diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | src/decoder/ffmpeg_decoder_plugin.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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" diff --git a/src/decoder/ffmpeg_decoder_plugin.c b/src/decoder/ffmpeg_decoder_plugin.c index fcf7507f4..58bd2f54a 100644 --- a/src/decoder/ffmpeg_decoder_plugin.c +++ b/src/decoder/ffmpeg_decoder_plugin.c @@ -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", |