]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Allow inputs to say they cannot support mipmaps.
[movit] / effect_chain.h
index 593232cf01e036f47728ae1fd3d2c756bf6d3d85..358deedbb5e34064e4d2c52119db4c4c30413dca 100644 (file)
@@ -83,6 +83,7 @@ private:
        Colorspace output_color_space;
        GammaCurve output_gamma_curve;
        AlphaType output_alpha_type;
+       bool needs_mipmaps;  // Directly or indirectly.
 
        friend class EffectChain;
 };