summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-13 09:06:59 +0000
committerMartin Storsjö <martin@martin.st>2010-10-13 09:06:59 +0000
commit01c8d258da5db97e67ac89af493ffb9bc2f82d2d (patch)
tree126ee44281397bf2e4d12488e2d4c1271ad34139 /libavformat/allformats.c
parent65cdee9c95d8f97dcb471c346b1afe87a16ee726 (diff)
Add a SAP demuxer
Originally committed as revision 25463 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 66de9332f5..9769de9f0f 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -181,7 +181,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (RSO, rso);
REGISTER_MUXER (RTP, rtp);
REGISTER_MUXDEMUX (RTSP, rtsp);
- REGISTER_MUXER (SAP, sap);
+ REGISTER_MUXDEMUX (SAP, sap);
REGISTER_DEMUXER (SDP, sdp);
#if CONFIG_SDP_DEMUXER
av_register_rtp_dynamic_payload_handlers();