X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fycbcr_converter.h;h=4618f1e9d51bee6fb0e41b4f63b75f3a6ad05567;hb=HEAD;hp=c2ad2fad98c1a5b33e34de14e91b6cc1696e6c74;hpb=e15251d2787cb8e6b677af801de6180e55171763;p=nageru diff --git a/futatabi/ycbcr_converter.h b/futatabi/ycbcr_converter.h index c2ad2fa..237e252 100644 --- a/futatabi/ycbcr_converter.h +++ b/futatabi/ycbcr_converter.h @@ -38,7 +38,7 @@ public: private: movit::YCbCrFormat ycbcr_format; - // Effectively only converts from 4:2:2 to 4:4:4. + // Effectively only converts from 4:2:2 (or 4:2:0, or whatever) to 4:4:4. // TODO: Have a separate version with ResampleEffect, for scaling? std::unique_ptr planar_chain, semiplanar_chain; movit::YCbCrInput *ycbcr_planar_input, *ycbcr_semiplanar_input;