summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-03 01:37:13 +0200
committerwm4 <wm4@nowhere>2013-05-04 01:34:29 +0200
commit2cb147a2f40bcde48f5db321840f4dbd36ca796b (patch)
tree6b9f86619157c2c482a4fb579b34a5ff2c067860 /video/csputils.h
parent872aefaa1521a8cf70c6e14f3356e9d00ed7efa3 (diff)
downloadmpv-2cb147a2f40bcde48f5db321840f4dbd36ca796b.tar.bz2
mpv-2cb147a2f40bcde48f5db321840f4dbd36ca796b.tar.xz
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.
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/csputils.h b/video/csputils.h
index 184e1ee76a..d11e85e38b 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -41,6 +41,7 @@ enum mp_csp {
MP_CSP_SMPTE_240M,
MP_CSP_RGB,
MP_CSP_XYZ,
+ MP_CSP_YCGCO,
MP_CSP_COUNT
};