diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2013-07-02 16:16:46 -0400 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-04 14:20:16 +0200 |
commit | 3a34fd181d4bb1d57426d47fd188228ac290aa5d (patch) | |
tree | e43d39203bce5dbbc3200d8669d2eaf35ec67f4e /src | |
parent | 7ff988275f9c3487d54c23d55218301aa0111aff (diff) | |
download | mpd-3a34fd181d4bb1d57426d47fd188228ac290aa5d.tar.gz mpd-3a34fd181d4bb1d57426d47fd188228ac290aa5d.tar.xz mpd-3a34fd181d4bb1d57426d47fd188228ac290aa5d.zip |
FfmpegDecoderPlugin: add application/flv to mime types list
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/ffmpeg_decoder_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |