diff options
author | Max Kellermann <max@duempel.org> | 2011-05-09 18:22:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-01-04 21:47:19 +0100 |
commit | 56257f072bd6b55c9eacf08e1875d45e45635a89 (patch) | |
tree | f2a0b47f00a5178c0fc03512a9015aa0928b639d /NEWS | |
parent | 44401158e8198635de1e1f7a4369113179b8937b (diff) | |
download | mpd-56257f072bd6b55c9eacf08e1875d45e45635a89.tar.gz mpd-56257f072bd6b55c9eacf08e1875d45e45635a89.tar.xz mpd-56257f072bd6b55c9eacf08e1875d45e45635a89.zip |
input/ffmpeg: use the new AVIOContext API
URLContext is deprecated.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.16.7 (2011/??/??) +* input: + - ffmpeg: support libavformat 0.7 * output: - httpd: fix excessive buffering - openal: force 16 bit playback, as 8 bit doesn't work |