aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-08 14:25:34 +0100
committerMax Kellermann <max@duempel.org>2014-12-08 14:25:34 +0100
commit41b4a63f2b772eba1e436c82fc9c5c9766d4470e (patch)
tree166fce329f32a784ac4a31f6e495cc5863276ffe /NEWS
parentd8fc2db910a11dbbba53ba7ecf96d0e32a081076 (diff)
downloadmpd-41b4a63f2b772eba1e436c82fc9c5c9766d4470e.tar.gz
mpd-41b4a63f2b772eba1e436c82fc9c5c9766d4470e.tar.xz
mpd-41b4a63f2b772eba1e436c82fc9c5c9766d4470e.zip
decoder/ffmpeg: support FFmpeg 2.5
Version 2.5 fixed an API oddity, however it broke API compatibility, at least with C++. Disable the workaround when a libavformat version is detected that is recent enough.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa6bb2060..e88ef7a85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.18.20 (not yet released)
+* decoder
+ - ffmpeg: support FFmpeg 2.5
* fix build failure with musl
ver 0.18.19 (2014/11/26)