X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;h=2c65724c6af36b42ba836760d7bbb4bd746e587b;hp=346cdef9a495e72e947eb3502d4996f429c297d2;hb=9dcbd93164611ea111cc29519c18193d4f571ac1;hpb=ad0e48a8b82a679f1d2836254ef33320e7162733 diff --git a/image_format.h b/image_format.h index 346cdef..2c65724 100644 --- a/image_format.h +++ b/image_format.h @@ -17,6 +17,11 @@ enum GammaCurve { GAMMA_REC_709 = 2, // Same as Rec. 601. }; +enum YCbCrLumaCoefficients { + YCBCR_REC_601 = 0, + YCBCR_REC_709 = 1, +}; + struct ImageFormat { MovitPixelFormat pixel_format; ColorSpace color_space;