]> git.sesse.net Git - movit/commitdiff
Update an outdated comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Mar 2017 18:51:48 +0000 (19:51 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Mar 2017 18:51:55 +0000 (19:51 +0100)
effect_chain.h

index c5178bbb60d7261d739fca490b1f17e730785c01..c6da2172d1e56b5c9f89a08607522536e9964632 100644 (file)
@@ -264,8 +264,8 @@ public:
        void add_output(const ImageFormat &format, OutputAlphaFormat alpha_format);
 
        // Adds an YCbCr output. Note that you can only have one output.
        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).
+       // 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
        //
        // 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