shithub: treason

ref: 28ef2a222c95ee8826d9eed152964bfcc90e30a7
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];
};