aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-03 21:44:14 +0100
committerMax Kellermann <max@duempel.org>2009-02-03 22:51:38 +0100
commit81b6c0d77bc377a26906fe66fb11f51a6247be0a (patch)
tree8f19c08b544e024543ef787d0bc260c063653abc /NEWS
parenta7632b09e0f247bce1da742ac6c25fb52157f2a9 (diff)
downloadmpd-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 424c5ead3..d0d94f221 100644
--- a/NEWS
+++ b/NEWS
@@ -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: