summaryrefslogtreecommitdiffstats
path: root/filters/f_lavfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/f_lavfi.h')
-rw-r--r--filters/f_lavfi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filters/f_lavfi.h b/filters/f_lavfi.h
index b86ed90efd..47762a3e52 100644
--- a/filters/f_lavfi.h
+++ b/filters/f_lavfi.h
@@ -40,3 +40,5 @@ void print_lavfi_help(struct mp_log *log, const char *name, int media_type);
// Return whether the given filter exists and has the required media_type in/outs.
bool mp_lavfi_is_usable(const char *name, int media_type);
+
+const char **mp_get_lavfi_filters(void *talloc_ctx, int media_type);