Commit 3a34fd18 authored by Justin Riley's avatar Justin Riley Committed by Max Kellermann

FfmpegDecoderPlugin: add application/flv to mime types list

parent 7ff98827
...@@ -3,6 +3,7 @@ ver 0.17.5 (not yet released) ...@@ -3,6 +3,7 @@ ver 0.17.5 (not yet released)
- fix "playlistadd" with URI - fix "playlistadd" with URI
- fix "move" relative to current when there is no current song - fix "move" relative to current when there is no current song
* decoder: * decoder:
- ffmpeg: support "application/flv"
- mikmod: adapt to libmikmod 3.2 - mikmod: adapt to libmikmod 3.2
* configure.ac: * configure.ac:
- detect system "ar" - detect system "ar"
......
...@@ -717,6 +717,7 @@ static const char *const ffmpeg_suffixes[] = { ...@@ -717,6 +717,7 @@ static const char *const ffmpeg_suffixes[] = {
}; };
static const char *const ffmpeg_mime_types[] = { static const char *const ffmpeg_mime_types[] = {
"application/flv",
"application/m4a", "application/m4a",
"application/mp4", "application/mp4",
"application/octet-stream", "application/octet-stream",
......
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