diff options
author | Max Kellermann <max@duempel.org> | 2009-02-03 21:44:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-03 21:44:14 +0100 |
commit | e3ca024b0f65e512c738f9acdc56fc371616c9f8 (patch) | |
tree | 4db51f9352921a78b0fa2240bb9aca696cc676a0 /NEWS | |
parent | 5a5bf78a25b2cc170d4232d58653e0db4b8d61b5 (diff) | |
download | mpd-e3ca024b0f65e512c738f9acdc56fc371616c9f8.tar.gz mpd-e3ca024b0f65e512c738f9acdc56fc371616c9f8.tar.xz mpd-e3ca024b0f65e512c738f9acdc56fc371616c9f8.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 '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ 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: |