summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-08 12:05:04 +0000
committerMartin Storsjö <martin@martin.st>2010-10-08 12:05:04 +0000
commit011071e717ac1c6f752a5d0dfa39edd142a0e738 (patch)
tree8710264bde0ddd60683936736cbf12d24af2c493 /libavformat/allformats.c
parent6898677e54a48f90665053359126bd71c0ed4a85 (diff)
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index f9e1fb32f9..66de9332f5 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -181,6 +181,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (RSO, rso);
REGISTER_MUXER (RTP, rtp);
REGISTER_MUXDEMUX (RTSP, rtsp);
+ REGISTER_MUXER (SAP, sap);
REGISTER_DEMUXER (SDP, sdp);
#if CONFIG_SDP_DEMUXER
av_register_rtp_dynamic_payload_handlers();