summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 4c3385876c..9a5058ccaf 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -161,6 +161,8 @@ struct m_obj_list {
void (*print_help_list)(struct mp_log *log);
// Callback to print help for _unknown_ entries with "vf=entry=help"
void (*print_unknown_entry_help)(struct mp_log *log, const char *name);
+ // Get lavfi filters for option-info/[av]f/choices.
+ const char **(*get_lavfi_filters)(void *talloc_ctx);
};
// Find entry by name