shithub: treason

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