summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 29ce051869..730b0e0da0 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -106,8 +106,6 @@ typedef struct vf_seteq {
/* Hack to make the OSD state object available to vf_sub which
* access OSD/subtitle state outside of normal OSD draw time. */
#define VFCTRL_SET_OSD_OBJ 20
-#define VFCTRL_SET_YUV_COLORSPACE 22 // arg is struct mp_csp_details*
-#define VFCTRL_GET_YUV_COLORSPACE 23 // arg is struct mp_csp_details*
int vf_control(struct vf_instance *vf, int cmd, void *arg);