summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/csputils.h b/video/csputils.h
index f817779584..fc6f04db6a 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -189,6 +189,14 @@ enum mp_chroma_location {
extern const struct m_opt_choice_alternatives mp_chroma_names[];
+enum mp_alpha_type {
+ MP_ALPHA_AUTO,
+ MP_ALPHA_STRAIGHT,
+ MP_ALPHA_PREMUL,
+};
+
+extern const struct m_opt_choice_alternatives mp_alpha_names[];
+
extern const struct m_sub_options mp_csp_equalizer_conf;
enum mp_csp_equalizer_param {