X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;fp=gamma_compression_effect.h;h=235850a9d75550d7adb5f144e977cc6ebfc8ebd4;hp=c494cd795b00ce5f5c20142a4ff4ea9ae879b7c1;hb=93377952636717f15fd50961f6d3500861596cdc;hpb=245513f7873fca03be3f031beddaca716d7536d9 diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index c494cd7..235850a 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -5,7 +5,9 @@ // typically inserted by the framework automatically at the end // of the processing chain. // -// Currently supports sRGB and Rec. 601/709. +// Currently supports sRGB, Rec. 601/709 and Rec. 2020 (10- and 12-bit). +// Note that Movit's internal formats generally do not have enough accuracy +// for 12-bit input or output. #include