diff options
author | Max Kellermann <max@duempel.org> | 2010-02-27 19:32:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-02-27 19:32:59 +0100 |
commit | ae569018630fa4655e3fc9f71787aa8c1fa08ebf (patch) | |
tree | 154c6c27cc0f415d1c79a98bd244337087b39cf1 /NEWS | |
parent | 4e364854ab2d617dde418d26b50d19480431f813 (diff) | |
download | mpd-ae569018630fa4655e3fc9f71787aa8c1fa08ebf.tar.gz mpd-ae569018630fa4655e3fc9f71787aa8c1fa08ebf.tar.xz mpd-ae569018630fa4655e3fc9f71787aa8c1fa08ebf.zip |
decoder/ffmpeg: implement the libavutil log callback
Pass everything to the GLib logging library. No direct stderr access.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ ver 0.16 (20??/??/??) - don't fall back to "mad" unless no plugin matches - ffmpeg: support multiple tags - ffmpeg: convert metadata to generic format + - ffmpeg: implement the libavutil log callback - sndfile: new decoder plugin based on libsndfile - flac: moved CUE sheet support to a playlist plugin - flac: support streams without STREAMINFO block |