X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=image_format.h;h=2f7231780875e6ec58e740669439ec60b3a57c02;hb=3be63715d29707ecbb8d3d0b06e348b645bfaacb;hp=346cdef9a495e72e947eb3502d4996f429c297d2;hpb=ad0e48a8b82a679f1d2836254ef33320e7162733;p=movit 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; };