shithub: treason

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