diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-18 19:54:47 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-18 19:54:47 +0000 |
commit | 0f3444e17ce2846e103ecbaaeb777f791a698760 (patch) | |
tree | 608c44e7d8ed1166e1a06d223ad1f8fd41e696b2 /libavformat/allformats.c | |
parent | a7129de51b42aa05033579afbdc776a91bca7274 (diff) | |
download | ffmpeg-0f3444e17ce2846e103ecbaaeb777f791a698760.tar.gz |
MSN TCP Webcam stream demuxer.
Originally committed as revision 12492 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 97b9b9b1ce..58759cbfee 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -116,6 +116,7 @@ void av_register_all(void) REGISTER_DEMUXER (MPEGTSRAW, mpegtsraw); REGISTER_DEMUXER (MPEGVIDEO, mpegvideo); REGISTER_MUXER (MPJPEG, mpjpeg); + REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp); REGISTER_DEMUXER (MTV, mtv); REGISTER_DEMUXER (MXF, mxf); REGISTER_DEMUXER (NSV, nsv); |