summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-14 09:10:41 +0100
committerAnton Khirnov <anton@khirnov.net>2012-04-06 20:21:07 +0200
commite06d2dfcdecae6b2a28a5afa29c5f4535f02143a (patch)
treeccb889be932f88c56dcf51bd70dc2a85998f58e7 /Changelog
parent439c3d5bcc4a4560eaf5fd43c6e156e3d9bc42f2 (diff)
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--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 629d4079c2..9e75dac081 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,7 @@ version <next>:
- XBM encoder
- RealAudio Lossless decoder
- ZeroCodec decoder
+- drop support for avconv without libavfilter
version 0.8: