diff options
author | Max Kellermann <max@duempel.org> | 2014-11-01 13:20:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-01 13:41:18 +0100 |
commit | 7d5442e1039869d659533eafcf15d8157bf4c465 (patch) | |
tree | 06bebf912f001870020095cb85c81d45ec36df00 /NEWS | |
parent | eab32f2e5d8114d08e392001f0004284267bebd5 (diff) | |
download | mpd-7d5442e1039869d659533eafcf15d8157bf4c465.tar.gz mpd-7d5442e1039869d659533eafcf15d8157bf4c465.tar.xz mpd-7d5442e1039869d659533eafcf15d8157bf4c465.zip |
Decoder, Playlist: ignore URI query string for plugin detection
Use the new uri_get_suffix() overload that removes the query string.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.19.2 (not yet released) - m3u: don't ignore unterminated last line - m3u: recognize the file suffix ".m3u8" * decoder + - ignore URI query string for plugin detection - faad: remove workaround for ancient libfaad2 ABI bug - ffmpeg: recognize MIME type audio/aacp - mad: fix negative replay gain values |