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, 1 insertions, 1 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 4b27160ba3..4e7832a6e8 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -39,7 +39,7 @@ typedef struct vf_info {
int priv_size;
const void *priv_defaults;
const struct m_option *options;
- void (*print_help)(void);
+ void (*print_help)(struct mp_log *log);
} vf_info_t;
typedef struct vf_instance {