From 17dac56b8fdd80c594c39b76de3f27a7949afbde Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 31 Oct 2016 14:50:59 -0400 Subject: lavu: Rename ycgco color space appropriately Planes are ordered as the name suggests now. Signed-off-by: Vittorio Giovara --- libavutil/pixdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/pixdesc.c') diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index db90229ebc..2f1adf5d8d 100644 --- a/libavutil/pixdesc.c +++ b/libavutil/pixdesc.c @@ -1818,7 +1818,7 @@ static const char *color_space_names[] = { [AVCOL_SPC_BT470BG] = "bt470bg", [AVCOL_SPC_SMPTE170M] = "smpte170m", [AVCOL_SPC_SMPTE240M] = "smpte240m", - [AVCOL_SPC_YCOCG] = "ycgco", + [AVCOL_SPC_YCGCO] = "ycgco", [AVCOL_SPC_BT2020_NCL] = "bt2020nc", [AVCOL_SPC_BT2020_CL] = "bt2020c", [AVCOL_SPC_SMPTE2085] = "smpte2085", -- cgit v1.2.3