diff options
author | Max Kellermann <max@duempel.org> | 2011-05-09 18:22:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-05-09 21:23:24 +0200 |
commit | 98acf3f281ffc1221605d4a4b05c020a6d2c0568 (patch) | |
tree | f4304094169bf69ebebe14d41f8657ae4ec36f1c /NEWS | |
parent | fe30db935b94cd20f898b162485827ac6a223b58 (diff) | |
download | mpd-98acf3f281ffc1221605d4a4b05c020a6d2c0568.tar.gz mpd-98acf3f281ffc1221605d4a4b05c020a6d2c0568.tar.xz mpd-98acf3f281ffc1221605d4a4b05c020a6d2c0568.zip |
input/ffmpeg: use the new AVIOContext API
URLContext is deprecated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.17 (2011/??/??) * input: - cdio_paranoia: new input plugin to play audio CDs - curl: enable CURLOPT_NETRC + - ffmpeg: support libavformat 0.7 * decoder: - mpg123: implement seeking - ffmpeg: drop support for pre-0.5 ffmpeg |