X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=358deedbb5e34064e4d2c52119db4c4c30413dca;hb=bff07c51f937a4fdf005d31ef7e064467db67511;hp=593232cf01e036f47728ae1fd3d2c756bf6d3d85;hpb=61e2a7671f7b22227dcdc34dd303ae4fcc802aaa;p=movit diff --git a/effect_chain.h b/effect_chain.h index 593232c..358deed 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -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; };