summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-31 17:42:03 +0200
committerwm4 <wm4@nowhere>2017-05-31 17:42:55 +0200
commitcc69650e76269a3b419e6a73eb06e12284e91974 (patch)
tree32dda0b980dbba05308e1e069180b9cd1de81b2f /audio/filter/af.h
parent1a25f8c9fb92debf8729a12325f065998b07e94a (diff)
downloadmpv-cc69650e76269a3b419e6a73eb06e12284e91974.tar.bz2
mpv-cc69650e76269a3b419e6a73eb06e12284e91974.tar.xz
af, vf: improvements to libavfilter bridge
Add the "lavfi-" prefix (details see manpage additons). Tag the filter name as "(lavfi)" in the verbose filter list output.
Diffstat (limited to 'audio/filter/af.h')
-rw-r--r--audio/filter/af.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/filter/af.h b/audio/filter/af.h
index 9c7b1fbfa5..553fc03e32 100644
--- a/audio/filter/af.h
+++ b/audio/filter/af.h
@@ -52,6 +52,7 @@ struct af_info {
// Linked list of audio filters
struct af_instance {
const struct af_info *info;
+ char *full_name;
struct mp_log *log;
struct MPOpts *opts;
struct replaygain_data *replaygain_data;