X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=492230febf4abd92edc8c7a322a967a32f7866dd;hp=fba558888ac20c3dcd8616882825eff39ae53e85;hb=7af4d1b54ba141fdb74cd13ddc6110708855d157;hpb=9e62fbe2ac764479c449472d8bda52ac4df0de91 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();