shithub: treason

ref: 27154e7406931d7e676dbf6267865c87e3b6dfbe
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];
};