diff options
author | Martin Storsjö <martin@martin.st> | 2010-02-22 21:28:19 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-02-22 21:28:19 +0000 |
commit | 6f5a3d0a7bb2a1e9deb09f8204e2b0eb7a922e02 (patch) | |
tree | 432001b95c368bbac77860dae81d4359d8912b48 /libavformat/allformats.c | |
parent | f86f66562311f38b6b7864c19720727916fb0d19 (diff) | |
download | ffmpeg-6f5a3d0a7bb2a1e9deb09f8204e2b0eb7a922e02.tar.gz |
Add an RTSP muxer
Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index e91325b530..090d134d73 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -172,7 +172,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (ROQ, roq); REGISTER_DEMUXER (RPL, rpl); REGISTER_MUXER (RTP, rtp); - REGISTER_DEMUXER (RTSP, rtsp); + REGISTER_MUXDEMUX (RTSP, rtsp); REGISTER_DEMUXER (SDP, sdp); #if CONFIG_SDP_DEMUXER av_register_rtp_dynamic_payload_handlers(); |