decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11

That attribute was uninitialized before, which could crash
libavformat.

See Debian bug 760669
This commit is contained in:
Max Kellermann
2014-09-07 22:05:33 +02:00
parent e3a0f15837
commit 219c42522f
2 changed files with 8 additions and 0 deletions

1
NEWS
View File

@@ -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)