shithub: treason

ref: ebb9eb6fea94a263e919b76ec0f0bdb0dcacdd60
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];
};