summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-02-22 21:28:19 +0000
committerMartin Storsjö <martin@martin.st>2010-02-22 21:28:19 +0000
commit6f5a3d0a7bb2a1e9deb09f8204e2b0eb7a922e02 (patch)
tree432001b95c368bbac77860dae81d4359d8912b48 /libavformat/allformats.c
parentf86f66562311f38b6b7864c19720727916fb0d19 (diff)
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.c2
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();