diff options
author | Nicolas George <george@nsup.org> | 2014-04-03 15:42:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-10 12:52:19 +0200 |
commit | ad8159e0fe2bfc1c34739f0956ce464f9859b5a7 (patch) | |
tree | 982dee742b1d859cd1628fef94cb75fd9221dc4f /libavfilter/version.h | |
parent | f6774f905fb3cfdc319523ac640be30b14c1bc55 (diff) | |
download | ffmpeg-ad8159e0fe2bfc1c34739f0956ce464f9859b5a7.tar.gz |
libavfilter: Add asettb filter for setting timebase for audio
Ported asettb (including the sr option for audio sample rate) from FFmpeg,
and copied/modified the existing settb documentation for asettb.
Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 1fd0eb6a38..5093e50a09 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 4 -#define LIBAVFILTER_VERSION_MINOR 3 +#define LIBAVFILTER_VERSION_MINOR 4 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |