X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_conversion_effect.h;h=752eb43934d5682f00651dc8ededb5626f07432c;hp=ce456ceda7ebe06b0653bbbd341ad245be5865b4;hb=eff011224abc5dc81f801f3ea44572287a55bcac;hpb=39b6975420669958ed9f4013440aea415134a902 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.