From af438a8d5331bb1435494eaf377256deac74f408 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 6 Mar 2017 19:52:28 +0100 Subject: [PATCH] Update another outdated comment. --- effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect_chain.h b/effect_chain.h index c6da217..48ed152 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -263,7 +263,7 @@ 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. + // 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. // -- 2.39.2