diff options
author | Max Kellermann <max@duempel.org> | 2010-01-17 02:35:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-17 02:36:07 +0100 |
commit | 1b441837f1b51d2504256b730129e0fe92d64375 (patch) | |
tree | 6657b9206704c0ff8186dbc3189504f370ff0077 /NEWS | |
parent | e43bf52cbbb5fc9685587d8afcd51537b2b51723 (diff) | |
download | mpd-1b441837f1b51d2504256b730129e0fe92d64375.tar.gz mpd-1b441837f1b51d2504256b730129e0fe92d64375.tar.xz mpd-1b441837f1b51d2504256b730129e0fe92d64375.zip |
decoder/ffmpeg: append file name suffix to virtual stream URL
To allow libavformat to detect the format of the input file, append
the suffix of the input file to the URL of the virtual stream. This
specifically enables the "shorten" codec, which is supported by
libavformat/raw.c, detected only by the suffix.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.15.8 (2009/??/??) - curl: allow rewinding with Icy-Metadata * decoders: - ffmpeg, flac, vorbis: added more flac/vorbis MIME types + - ffmpeg: enabled libavformat's file name extension detection * dbUtils: return empty tag value only if no value was found * decoder_thread: fix CUE track playback * queue: don't repeat current song in consume mode |