1 #ifndef QUICKTIME_YUV9_H
2 #define QUICKTIME_YUV9_H
9 unsigned char *work_buffer
;
11 /* The YUV9 codec requires a bytes per line that is a multiple of 16 */
13 /* Actual rows encoded in the yuv4 format */
15 } quicktime_yuv4_codec_t
;
18 /* Now storing data as rows of UVYYYYUVYYYY */