shithub: treason

ref: cc9ca3545bb7e030a3fb4f95fa7fdf8b0ebfdeff
dir: /frame.h/

View raw version
typedef struct Frame Frame;

struct Frame {
	uvlong dt;
	int w, h;
	struct {
		int left, top, right, bottom;
	}crop;
	u8int rgb[1];
};