From fa2ff849c5fbcdc20b70379af300f2c1293ed5ea Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 May 2010 20:48:52 +0200 Subject: input/ffmpeg: new input plugin using libavformat's "avio" library --- src/decoder/ffmpeg_decoder_plugin.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/decoder') diff --git a/src/decoder/ffmpeg_decoder_plugin.c b/src/decoder/ffmpeg_decoder_plugin.c index 4f956f555..d2ea28681 100644 --- a/src/decoder/ffmpeg_decoder_plugin.c +++ b/src/decoder/ffmpeg_decoder_plugin.c @@ -575,6 +575,12 @@ static const char *const ffmpeg_mime_types[] = { "video/x-vid", "video/x-wmv", "video/x-xvid", + + /* special value for the "ffmpeg" input plugin: all streams by + the "ffmpeg" input plugin shall be decoded by this + plugin */ + "audio/x-mpd-ffmpeg", + NULL }; -- cgit v1.2.3