summaryrefslogtreecommitdiffstats
path: root/video/csputils.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/csputils.c')
-rw-r--r--video/csputils.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/video/csputils.c b/video/csputils.c
index 337838e653..9c1b04c928 100644
--- a/video/csputils.c
+++ b/video/csputils.c
@@ -59,6 +59,12 @@ const char *const mp_csp_equalizer_names[MP_CSP_EQ_COUNT] = {
"gamma",
};
+const char *const mp_chroma_names[MP_CHROMA_COUNT] = {
+ "unknown",
+ "mpeg2/4/h264",
+ "mpeg1/jpeg",
+};
+
enum mp_csp avcol_spc_to_mp_csp(int avcolorspace)
{
switch (avcolorspace) {