X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=9094f1964acfd9e10e7fb9844b07965b5564c1be;hp=f9c329728aee33cdcaed457aad2c19d92c69d662;hb=9527105a4958fa20f8d87d719a26b00cb000c0e8;hpb=39b6975420669958ed9f4013440aea415134a902 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.