From 2f3bada63e57345329c4f9b48e9b81b5cfc03d05 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 12 Dec 2012 00:22:48 +0200 Subject: lavf: Add a protocol for SRTP encryption/decryption MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is mostly useful for encryption together with the RTP muxer, but could also be set up as IO towards the peer with the SDP demuxer with custom IO. Signed-off-by: Martin Storsjö --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 34cf566b0f..4aae223c68 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -280,6 +280,7 @@ void av_register_all(void) REGISTER_PROTOCOL(RTMPTS, rtmpts); REGISTER_PROTOCOL(RTP, rtp); REGISTER_PROTOCOL(SCTP, sctp); + REGISTER_PROTOCOL(SRTP, srtp); REGISTER_PROTOCOL(TCP, tcp); REGISTER_PROTOCOL(TLS, tls); REGISTER_PROTOCOL(UDP, udp); -- cgit v1.2.3