diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-10-31 14:50:59 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-08 11:22:29 -0500 |
commit | 17dac56b8fdd80c594c39b76de3f27a7949afbde (patch) | |
tree | e83bb47011c86d60d1e2cbdbd9b3a0f81160a219 /libavutil/pixdesc.c | |
parent | 0361e4dcb4d394c88c33364415a3b8fe315b67d1 (diff) | |
download | ffmpeg-17dac56b8fdd80c594c39b76de3f27a7949afbde.tar.gz |
lavu: Rename ycgco color space appropriately
Planes are ordered as the name suggests now.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavutil/pixdesc.c')
-rw-r--r-- | libavutil/pixdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |