X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=358deedbb5e34064e4d2c52119db4c4c30413dca;hp=593232cf01e036f47728ae1fd3d2c756bf6d3d85;hb=b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880;hpb=7ea0b3a5be9bafaa2d1fa5a17ce285a725ce132b 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; };