shithub: treason

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