diff options
author | Zhentan Feng <spyfeng@gmail.com> | 2010-05-24 21:59:32 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-05-24 21:59:32 +0000 |
commit | a24039861d92cc10bf09f2c64daabf4894a6fc0b (patch) | |
tree | d05c8849e0837f3e489f32c80198969cece36c5d /libavformat/allformats.c | |
parent | e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc (diff) | |
download | ffmpeg-a24039861d92cc10bf09f2c64daabf4894a6fc0b.tar.gz |
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 23301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index c4db132cec..4d5a8a6c22 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -219,6 +219,7 @@ void av_register_all(void) REGISTER_PROTOCOL (FILE, file); REGISTER_PROTOCOL (GOPHER, gopher); REGISTER_PROTOCOL (HTTP, http); + REGISTER_PROTOCOL (MMST, mmst); REGISTER_PROTOCOL (PIPE, pipe); REGISTER_PROTOCOL (RTMP, rtmp); #if CONFIG_LIBRTMP |