diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-14 09:10:41 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-04-06 20:21:07 +0200 |
commit | e06d2dfcdecae6b2a28a5afa29c5f4535f02143a (patch) | |
tree | ccb889be932f88c56dcf51bd70dc2a85998f58e7 /Changelog | |
parent | 439c3d5bcc4a4560eaf5fd43c6e156e3d9bc42f2 (diff) | |
download | ffmpeg-e06d2dfcdecae6b2a28a5afa29c5f4535f02143a.tar.gz |
avconv: drop support for building without libavfilter.
Since the mandatory memcpy in vsrc_buffer has been eliminated, there
shouldn't be any significant reason to build without lavfi anymore.
This will make upcoming support for complex filtergraphs easier to do.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ version <next>: - XBM encoder - RealAudio Lossless decoder - ZeroCodec decoder +- drop support for avconv without libavfilter version 0.8: |