X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fycbcr_converter.h;h=237e252750f6611b5826478f4c4086edb6dc9f3b;hb=911fc5867669e9808da80140b24c819b05471f73;hp=c2ad2fad98c1a5b33e34de14e91b6cc1696e6c74;hpb=0da2817ad80aeab299902c55b306f57376054a7e;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;