]> git.sesse.net Git - movit/blobdiff - image_format.h
Make the blur use the resize functionality, which also unbreaks the in-between sampli...
[movit] / image_format.h
index 2c65724c6af36b42ba836760d7bbb4bd746e587b..2f7231780875e6ec58e740669439ec60b3a57c02 100644 (file)
@@ -23,7 +23,6 @@ enum YCbCrLumaCoefficients {
 };
 
 struct ImageFormat {
 };
 
 struct ImageFormat {
-       MovitPixelFormat pixel_format;
        ColorSpace color_space;
        GammaCurve gamma_curve;
 };
        ColorSpace color_space;
        GammaCurve gamma_curve;
 };