X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=dither_effect.h;h=b1bbbff4168cec94708557c32c2f2f1d93dcef9a;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hp=71bb6d35723d3a19b3ca91be4175f5af5bcb0e1b;hpb=f909bfe0621e8c844695ef327b71457893633cae;p=movit diff --git a/dither_effect.h b/dither_effect.h index 71bb6d3..b1bbbff 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -66,7 +66,7 @@ public: // premultiplied error. However, we need to do dithering in the same // space as quantization, whether that be pre- or postmultiply. AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num) override;