From 2cb147a2f40bcde48f5db321840f4dbd36ca796b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 May 2013 01:37:13 +0200 Subject: video: support YCgCo colorspace YCgCo can be manually selected, but will also be used if the decoder reports YCgCo. To make things more fun, files are sometimes marked incorrectly, which will display such broken files incorrectly starting with this commit. --- core/cfg-mplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 65b95de7c0..7414d561bd 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -581,7 +581,8 @@ const m_option_t mplayer_opts[]={ ({"auto", MP_CSP_AUTO}, {"BT.601", MP_CSP_BT_601}, {"BT.709", MP_CSP_BT_709}, - {"SMPTE-240M", MP_CSP_SMPTE_240M})), + {"SMPTE-240M", MP_CSP_SMPTE_240M}, + {"YCgCo", MP_CSP_YCGCO})), OPT_CHOICE("colormatrix-input-range", requested_input_range, 0, ({"auto", MP_CSP_LEVELS_AUTO}, {"limited", MP_CSP_LEVELS_TV}, -- cgit v1.2.3