X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_conversion_effect.h;h=752eb43934d5682f00651dc8ededb5626f07432c;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hp=ce456ceda7ebe06b0653bbbd341ad245be5865b4;hpb=f909bfe0621e8c844695ef327b71457893633cae;p=movit diff --git a/ycbcr_conversion_effect.h b/ycbcr_conversion_effect.h index ce456ce..752eb43 100644 --- a/ycbcr_conversion_effect.h +++ b/ycbcr_conversion_effect.h @@ -26,7 +26,7 @@ public: std::string output_fragment_shader() override; void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num) override; 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; } // Should not be called by end users; call // EffectChain::change_ycbcr_output_format() instead.