aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-07 22:05:33 +0200
committerMax Kellermann <max@duempel.org>2014-09-07 22:05:33 +0200
commit219c42522f938c5fff08d962a1a54c0872322f00 (patch)
tree79bb802f688e0df73ff09204a923cfeb9a17c680 /NEWS
parente3a0f158376a38abb2eb9aa4a67b155ff9da6ffe (diff)
downloadmpd-219c42522f938c5fff08d962a1a54c0872322f00.tar.gz
mpd-219c42522f938c5fff08d962a1a54c0872322f00.tar.xz
mpd-219c42522f938c5fff08d962a1a54c0872322f00.zip
decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11
That attribute was uninitialized before, which could crash libavformat. See Debian bug 760669
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d5612bfdc..d0fb64623 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.18.14 (not yet released)
- fix range parser bug on certain 32 bit architectures
* decoder
- audiofile: fix crash after seeking
+ - ffmpeg: fix crash with ffmpeg/libav version 11
- fix assertion failure after seeking
ver 0.18.13 (2014/08/31)