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.
This commit is contained in:
wm4
2013-05-03 01:37:13 +02:00
parent 872aefaa15
commit 2cb147a2f4
3 changed files with 15 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ enum mp_csp {
MP_CSP_SMPTE_240M,
MP_CSP_RGB,
MP_CSP_XYZ,
MP_CSP_YCGCO,
MP_CSP_COUNT
};