summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-04 16:07:43 +0200
committerwm4 <wm4@nowhere>2014-05-04 16:07:43 +0200
commit70ffbbe92769de54d76d09fb3856ea87df80006e (patch)
tree68d7c7b2e9f5e1fca1a2681b0e20849e38988f4b /video/filter/vf.h
parentaa2a9c3e42bac90d097506f46694b7c6c1c7dfc6 (diff)
downloadmpv-70ffbbe92769de54d76d09fb3856ea87df80006e.tar.bz2
mpv-70ffbbe92769de54d76d09fb3856ea87df80006e.tar.xz
vf: print for which filter initialization failed
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 86e545aa01..0e3a02b3a2 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -149,7 +149,8 @@ struct vf_instance *vf_append_filter(struct vf_chain *c, const char *name,
void vf_remove_filter(struct vf_chain *c, struct vf_instance *vf);
int vf_append_filter_list(struct vf_chain *c, struct m_obj_settings *list);
struct vf_instance *vf_find_by_label(struct vf_chain *c, const char *label);
-void vf_print_filter_chain(struct vf_chain *c, int msglevel);
+void vf_print_filter_chain(struct vf_chain *c, int msglevel,
+ struct vf_instance *vf);
// Filter internal API
struct mp_image *vf_alloc_out_image(struct vf_instance *vf);