diff options
author | Brandon Mintern <bmintern@gmail.com> | 2011-02-21 12:02:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-03 08:47:16 +0200 |
commit | aadfc9ee747eeb37f9ea77c0cc56a88226b9d21b (patch) | |
tree | e7e9ddc9820ac3bcaf188c21790685dca299e116 /libavfilter/avfilter.h | |
parent | 233ed6b314ee6b8d37d16a958f1bc309ae667393 (diff) | |
download | ffmpeg-aadfc9ee747eeb37f9ea77c0cc56a88226b9d21b.tar.gz |
lavfi: add fade filter
Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b4af4859d3..74435813fa 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #include "libavutil/samplefmt.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 76 +#define LIBAVFILTER_VERSION_MINOR 77 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |