X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fycbcr_converter.h;fp=futatabi%2Fycbcr_converter.h;h=4618f1e9d51bee6fb0e41b4f63b75f3a6ad05567;hb=5c1bc79d6c26c96cb8d2195ae8ef457c30ed364a;hp=459377c3f19103134db8145ed65d049b0f28e496;hpb=fab8ee8dffc0e87eb6927dd60004140b158d62ba;p=nageru diff --git a/futatabi/ycbcr_converter.h b/futatabi/ycbcr_converter.h index 459377c..4618f1e 100644 --- a/futatabi/ycbcr_converter.h +++ b/futatabi/ycbcr_converter.h @@ -30,7 +30,7 @@ public: movit::EffectChain *prepare_chain_for_fade(std::shared_ptr frame, std::shared_ptr secondary_frame, float fade_alpha); // must be interleaved Y'CbCr. - movit::EffectChain *prepare_chain_for_fade_from_texture(GLuint tex, std::shared_ptr secondary_frame, float fade_alpha); + movit::EffectChain *prepare_chain_for_fade_from_texture(GLuint tex, unsigned width, unsigned height, std::shared_ptr secondary_frame, float fade_alpha); private: movit::YCbCrFormat ycbcr_format;