Commit b533307d authored by Qball Cow's avatar Qball Cow Committed by Max Kellermann

Enable wav file streaming for ffmpeg input plugin

parent c77c61bf
...@@ -404,6 +404,7 @@ static const char *const ffmpeg_mime_types[] = { ...@@ -404,6 +404,7 @@ static const char *const ffmpeg_mime_types[] = {
"application/x-ms-wmz", "application/x-ms-wmz",
"application/x-ms-wmd", "application/x-ms-wmd",
"audio/mpeg", "audio/mpeg",
"audio/x-wav",
NULL NULL
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment