X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;h=2f7231780875e6ec58e740669439ec60b3a57c02;hp=2c65724c6af36b42ba836760d7bbb4bd746e587b;hb=3d1f6c11c53cd9d3d5c1fb60f4accf050b7f135e;hpb=9dcbd93164611ea111cc29519c18193d4f571ac1 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; };