shithub: treason

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