X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_compression_effect.h;h=9094f1964acfd9e10e7fb9844b07965b5564c1be;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hp=f9c329728aee33cdcaed457aad2c19d92c69d662;hpb=f909bfe0621e8c844695ef327b71457893633cae;p=movit diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index f9c3297..9094f19 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -29,7 +29,7 @@ public: void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num) override; bool needs_srgb_primaries() const override { return false; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } // Actually needs postmultiplied input as well as outputting it. // EffectChain will take care of that.