summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.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 /video/filter/vf.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 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 4cb7b4c1c6..546fd823ad 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -46,6 +46,7 @@ typedef struct vf_info {
typedef struct vf_instance {
const vf_info_t *info;
+ char *full_name;
// Initialize the filter. The filter must set *out to the same image
// params as the images the filter functions will return for the given