FfmpegDecoderPlugin: add application/flv to mime types list
This commit is contained in:
parent
7ff988275f
commit
3a34fd181d
1
NEWS
1
NEWS
|
@ -3,6 +3,7 @@ ver 0.17.5 (not yet released)
|
|||
- fix "playlistadd" with URI
|
||||
- fix "move" relative to current when there is no current song
|
||||
* decoder:
|
||||
- ffmpeg: support "application/flv"
|
||||
- mikmod: adapt to libmikmod 3.2
|
||||
* configure.ac:
|
||||
- detect system "ar"
|
||||
|
|
|
@ -717,6 +717,7 @@ static const char *const ffmpeg_suffixes[] = {
|
|||
};
|
||||
|
||||
static const char *const ffmpeg_mime_types[] = {
|
||||
"application/flv",
|
||||
"application/m4a",
|
||||
"application/mp4",
|
||||
"application/octet-stream",
|
||||
|
|
Loading…
Reference in New Issue