X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fallformats.c;h=f49b436f502706635975d37b6863224469fbf19b;hb=248140f8a2a6a00a668f59607791d24244a8ff50;hp=83094f95df27816d8bf472f5760d142dde7cb07e;hpb=e730c3a2cbc4070f3e1799d2a6789f239f7377b1;p=ffmpeg diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 83094f95df2..f49b436f502 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -327,6 +327,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);