input/ffmpeg: new input plugin using libavformat's "avio" library

This commit is contained in:
Max Kellermann
2010-05-18 20:48:52 +02:00
parent 6b2b91ff01
commit fa2ff849c5
7 changed files with 225 additions and 0 deletions

View File

@@ -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
};