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 /Changelog | |
parent | f6774f905fb3cfdc319523ac640be30b14c1bc55 (diff) | |
download | ffmpeg-streaming-ad8159e0fe2bfc1c34739f0956ce464f9859b5a7.zip ffmpeg-streaming-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 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ version <next>: - LucasArts SMUSH VIMA audio decoder (ADPCM) - LucasArts SMUSH demuxer - MP2 encoding via TwoLAME +- asettb filter version 10: |