]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Update another outdated comment.
[movit] / effect_chain.h
index c5178bbb60d7261d739fca490b1f17e730785c01..48ed15291bbcbf92014ddd24ec1cb0b0a0554d44 100644 (file)
@@ -263,9 +263,9 @@ public:
        // Y'CbCr output (see below for details).
        void add_output(const ImageFormat &format, OutputAlphaFormat alpha_format);
 
-       // Adds an YCbCr output. Note that you can only have one output.
-       // Currently, only chunked packed output is supported, and only 4:4:4
-       // (so chroma_subsampling_x and chroma_subsampling_y must both be 1).
+       // Adds an YCbCr output. Note that you can only have one Y'CbCr output.
+       // Currently, only 4:4:4 output is supported, so chroma_subsampling_x
+       // and chroma_subsampling_y must both be 1.
        //
        // If you have both RGBA and Y'CbCr output, the RGBA output will come
        // in the last draw buffer. Also, <format> and <alpha_format> must be