shithub: treason

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