X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;fp=image_format.h;h=2f7231780875e6ec58e740669439ec60b3a57c02;hp=2c65724c6af36b42ba836760d7bbb4bd746e587b;hb=3fbc6a0e7ecc008b0bdafcbc576b79c24117859e;hpb=ab636361e865c389fe60584562372ec39ac4c511 diff --git a/image_format.h b/image_format.h index 2c65724..2f72317 100644 --- a/image_format.h +++ b/image_format.h @@ -23,7 +23,6 @@ enum YCbCrLumaCoefficients { }; struct ImageFormat { - MovitPixelFormat pixel_format; ColorSpace color_space; GammaCurve gamma_curve; };