From a3b0130deeb65488972655d544a85757a7239f5c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Thu, 21 May 2015 12:18:31 +0200 Subject: [PATCH] avutil/pixfmt: Clarify that the ASCII art describes the location of the first chroma sample of AVChromaLocation Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- libavutil/pixfmt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 36b0f98d8cb..9c6a2995c45 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -530,7 +530,8 @@ enum AVColorRange { /** * Location of chroma samples. * - * Illustration showing the location, the left shows only luma, the right + * Illustration showing the location of the first chroma sample, + * the left shows only luma, the right * shows the location of the chroma samples, the 2 could be imagined to overlay * each other but are drawn seperately due to limitations of ASCII * ______ ______ -- GitLab