diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 05:13:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 16:30:08 +0100 |
commit | 5eae7f8f35500b88382619bff3cd01f2e1e0b1ea (patch) | |
tree | 1760deba69ca685d1f7af0e40b6482b0384bcf7d /libavfilter/version.h | |
parent | 5c2fc3bdd7f6da1c12f731419cd60037e9c3c2a4 (diff) | |
download | ffmpeg-5eae7f8f35500b88382619bff3cd01f2e1e0b1ea.tar.gz |
avfilter: add apad filter
This filter pads an audio stream with silence
It can together with -shortest be used to extend audio streams to
the same length as video.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index de983e3b53..048cacec3e 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 27 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MINOR 28 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |