X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;h=2f7231780875e6ec58e740669439ec60b3a57c02;hp=346cdef9a495e72e947eb3502d4996f429c297d2;hb=3d1f6c11c53cd9d3d5c1fb60f4accf050b7f135e;hpb=ad0e48a8b82a679f1d2836254ef33320e7162733 diff --git a/image_format.h b/image_format.h index 346cdef..2f72317 100644 --- a/image_format.h +++ b/image_format.h @@ -17,8 +17,12 @@ 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; GammaCurve gamma_curve; };