From 5b070e6dda079e001b8671487cdf9cb5f5609b4b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 6 Mar 2017 19:51:48 +0100 Subject: [PATCH] Update an outdated comment. --- effect_chain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/effect_chain.h b/effect_chain.h index c5178bb..c6da217 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -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. - // 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, and must be -- 2.39.2