Enable wav file streaming for ffmpeg input plugin

This commit is contained in:
Qball Cow 2009-01-16 15:52:51 +01:00 committed by Max Kellermann
parent c77c61bf3f
commit b533307d6f

View File

@ -404,6 +404,7 @@ static const char *const ffmpeg_mime_types[] = {
"application/x-ms-wmz",
"application/x-ms-wmd",
"audio/mpeg",
"audio/x-wav",
NULL
};