X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_input.h;h=492230febf4abd92edc8c7a322a967a32f7866dd;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hp=fba558888ac20c3dcd8616882825eff39ae53e85;hpb=caa05550e868db406e4b54e69d60b5573f59cb60;p=movit diff --git a/ycbcr_input.h b/ycbcr_input.h index fba5588..492230f 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -41,6 +41,7 @@ public: void finalize(); virtual bool can_output_linear_gamma() const { return false; } + virtual AlphaHandling alpha_handling() const { return OUTPUT_BLANK_ALPHA; } std::string output_fragment_shader();