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

@@ -40,6 +40,14 @@ static const char *remoteUrlPrefixes[] = {
"mmsh://",
"mmst://",
"mmsu://",
#endif
#ifdef HAVE_FFMPEG
"gopher://",
"rtp://",
"rtsp://",
"rtmp://",
"rtmpt://",
"rtmps://",
#endif
NULL
};