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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/filters/f_lavfi.h b/filters/f_lavfi.h
index b43be284cd..c6cf86f500 100644
--- a/filters/f_lavfi.h
+++ b/filters/f_lavfi.h
@@ -34,3 +34,6 @@ void print_lavfi_help_list(struct mp_log *log, int media_type);
// Print libavfilter help for the given filter
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);