shithub: treason

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