shithub: treason

ref: 8c43e26f2c2733b18f5b3e6451d05f7fc4c3708d
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];
};