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. --- video/csputils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/csputils.h') 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 }; -- cgit v1.2.3