summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-07 19:31:47 +0100
committerwm4 <wm4@nowhere>2013-12-07 19:31:47 +0100
commit6025abffda964b07d04ff2806527d85d956e28ba (patch)
tree4f245d43d0ace3deaa7faba18e94d30c6c2b6809 /video/filter/vf.h
parenta54b775f80beb960889ce68122fb8416ebb0695f (diff)
downloadmpv-6025abffda964b07d04ff2806527d85d956e28ba.tar.bz2
mpv-6025abffda964b07d04ff2806527d85d956e28ba.tar.xz
vf: remove unused function
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 1e6420b33c..2c7ac2133e 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -119,7 +119,6 @@ void vf_chain_seek_reset(struct vf_instance *vf);
vf_instance_t *vf_open_filter(struct MPOpts *opts, vf_instance_t *next,
const char *name, char **args);
-vf_instance_t *vf_add_before_vo(vf_instance_t **vf, char *name, char **args);
unsigned int vf_match_csp(vf_instance_t **vfp, const unsigned int *list,
unsigned int preferred);