summaryrefslogtreecommitdiffstats
path: root/libvo/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/csputils.h')
-rw-r--r--libvo/csputils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libvo/csputils.h b/libvo/csputils.h
index 64b23b3d57..93f9ca0316 100644
--- a/libvo/csputils.h
+++ b/libvo/csputils.h
@@ -31,15 +31,13 @@ enum mp_csp_standard {
MP_CSP_BT_601,
MP_CSP_BT_709,
MP_CSP_SMPTE_240M,
- MP_CSP_EBU,
- MP_CSP_XYZ,
MP_CSP_COUNT
};
enum mp_csp_levelconv {
MP_CSP_LEVELCONV_TV_TO_PC,
MP_CSP_LEVELCONV_PC_TO_TV,
- MP_CSP_LEVELCONV_NONE,
+ MP_CSP_LEVELCONV_TV_TO_TV,
MP_CSP_LEVELCONV_COUNT
};