diff options
author | Max Kellermann <max@duempel.org> | 2010-10-03 16:22:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-10-03 16:22:03 +0200 |
commit | 5923cfcde357ca57547884819f508bff7a949620 (patch) | |
tree | cc50c33df708a535284425f071d3c0c85a2484d0 /NEWS | |
parent | e3f4c7b91cb25cc7d233b64de0e55ef2ab0d179b (diff) | |
download | mpd-5923cfcde357ca57547884819f508bff7a949620.tar.gz mpd-5923cfcde357ca57547884819f508bff7a949620.tar.xz mpd-5923cfcde357ca57547884819f508bff7a949620.zip |
output/httpd: MIME type audio/ogg for Ogg Vorbis
RFC 5334 10.3 defines the MIME type "audio/ogg". We could use
"application/ogg" as well, but we know for sure that we only emit
audio data.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.15.13 (2010/??/??) * output_thread: fix race condition after CANCEL command * output: - httpd: fix random data in stream title + - httpd: MIME type audio/ogg for Ogg Vorbis * input: - rewind: update MIME not only once - rewind: enable for MMS |