X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.cpp;h=fdf34f58fe115b1c7bcd0cd9a95836606e843ba5;hp=74a8de983a299dd85952ebf78e678851a8fcb1de;hb=ca8d64aa3d306d31f53979ba95b3f9afdf6e4d92;hpb=193e18b583fde18f2f3b3192d61121f3173e0e27 diff --git a/gamma_expansion_effect.cpp b/gamma_expansion_effect.cpp index 74a8de9..fdf34f5 100644 --- a/gamma_expansion_effect.cpp +++ b/gamma_expansion_effect.cpp @@ -17,8 +17,7 @@ std::string GammaExpansionEffect::output_glsl() case GAMMA_sRGB: return read_file("gamma_expansion_effect_srgb.glsl"); case GAMMA_REC_709: // and GAMMA_REC_601 - // Not implemented yet. - assert(false); + return read_file("gamma_expansion_effect_rec709.glsl"); default: assert(false); }