shithub: treason

ref: 2a330793160ce56ce985e1723725188b235c26c5
dir: treason/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];
};