shithub: treason

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