shithub: treason

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