summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 19:23:32 +0200
committerwm4 <wm4@nowhere>2013-07-21 23:27:30 +0200
commitc50d5376f214b8dc319206a2ce5a953ed04378f6 (patch)
treee35f221e3e80df27f146c5bbc929119816200144 /video/filter/vf.h
parent644451f4d9f3850eeea166f9eb534c652dc7ace4 (diff)
downloadmpv-c50d5376f214b8dc319206a2ce5a953ed04378f6.tar.bz2
mpv-c50d5376f214b8dc319206a2ce5a953ed04378f6.tar.xz
vf: remove unnecessary indirection
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index be1243e3a4..b47f44a7ca 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -119,12 +119,6 @@ int vf_filter_frame(struct vf_instance *vf, struct mp_image *img);
struct mp_image *vf_chain_output_queued_frame(struct vf_instance *vf);
void vf_chain_seek_reset(struct vf_instance *vf);
-vf_instance_t *vf_open_plugin(struct MPOpts *opts,
- const vf_info_t * const *filter_list, vf_instance_t *next,
- const char *name, char **args);
-struct vf_instance *vf_open_plugin_noerr(struct MPOpts *opts,
- const vf_info_t *const *filter_list, vf_instance_t *next,
- const char *name, char **args, int *retcode);
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);