summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-03 23:50:01 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:40 +0100
commit079e0e796350a3df64c03619b7593e1d934bf321 (patch)
tree307a03dc192c3c409631bf56d75d7d2575157b90 /video/filter/vf.h
parent0d5e4ba7991cad632bde45790bd52b77b856d3a5 (diff)
downloadmpv-079e0e796350a3df64c03619b7593e1d934bf321.tar.bz2
mpv-079e0e796350a3df64c03619b7593e1d934bf321.tar.xz
vf_vo: don't abuse option strings to set VO
Whoever thought this was a good idea should be punched.
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 6c07e6c4d9..af7f0a3481 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -103,6 +103,7 @@ enum vf_ctrl {
/* Hack to make the OSD state object available to vf_sub which
* access OSD/subtitle state outside of normal OSD draw time. */
VFCTRL_SET_OSD_OBJ,
+ VFCTRL_SET_VO,
VFCTRL_GET_HWDEC_INFO, // for hwdec filters
};