diff options
author | Max Kellermann <max@duempel.org> | 2009-02-03 21:44:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-03 22:51:38 +0100 |
commit | 81b6c0d77bc377a26906fe66fb11f51a6247be0a (patch) | |
tree | 8f19c08b544e024543ef787d0bc260c063653abc /NEWS | |
parent | a7632b09e0f247bce1da742ac6c25fb52157f2a9 (diff) | |
download | mpd-81b6c0d77bc377a26906fe66fb11f51a6247be0a.tar.gz mpd-81b6c0d77bc377a26906fe66fb11f51a6247be0a.tar.xz mpd-81b6c0d77bc377a26906fe66fb11f51a6247be0a.zip |
ffmpeg: don't warn of empty packet output
If avcodec_decode_audio2() returns no output for an AVPacket,
libavcodec may buffer some data, and return a larger chunk of output
later. This patch disables a lot of bogus warnings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ ver 0.15 - (200?/??/??) ver 0.14.2 (2009/??/??) * decoders: - ffmpeg: added support for the tags comment, genre, year + - ffmpeg: don't warn of empty packet output - wavpack: pass NULL if the .wvc file fails to open - mikmod: call MikMod_Exit() only in the finish() method * audio outputs: |