X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=045c9aa7832f7885570eccd69d7670ce39d92e28;hb=f6c44598c9dad9ddd024c5f8f010d179a6d971fd;hp=9622abc0eef1abf824b3b83f2c9fbdd151eef104;hpb=430394b9790b9a7083aac549f607047499788710;p=movit diff --git a/effect_chain.h b/effect_chain.h index 9622abc..045c9aa 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -46,6 +46,9 @@ public: void render_to_screen(unsigned char *src); private: + void normalize_to_linear_gamma(); + void normalize_to_srgb(); + unsigned width, height; ImageFormat input_format, output_format; std::vector effects;