X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=358deedbb5e34064e4d2c52119db4c4c30413dca;hp=2b959bda68bfc2f5502f743c9ccb9435e79f9794;hb=b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880;hpb=86cdfc6ea4318cfe6fd5d4bef51daf00f480973a diff --git a/effect_chain.h b/effect_chain.h index 2b959bd..358deed 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -21,7 +21,7 @@ // See corresponding comment in resource_pool.h. This holds even if you don't // allocate your own ResourcePool, but let EffectChain hold its own. -#include +#include #include #include #include @@ -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; };