shithub: treason

ref: 58a980e4715f44abe4e4f424998abb1db09961ba
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];
};