X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fallformats.c;h=3938bfa8fe48646973fceb6b4813569de1fd8fb7;hb=4a006b9eb7e7d736fd00e6045b5612978ef6404b;hp=0f53d4c73cf8140ee4bc0c0020f5ab7aabc07ec0;hpb=f275f9eaee9c69bcbc732002f0ee36f480eebb85;p=ffmpeg diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 0f53d4c73cf..3938bfa8fe4 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -377,7 +377,8 @@ void av_register_all(void) REGISTER_PROTOCOL(SRTP, srtp); REGISTER_PROTOCOL(SUBFILE, subfile); REGISTER_PROTOCOL(TCP, tcp); - REGISTER_PROTOCOL(TLS, tls); + REGISTER_PROTOCOL(TLS_GNUTLS, tls_gnutls); + REGISTER_PROTOCOL(TLS_OPENSSL, tls_openssl); REGISTER_PROTOCOL(UDP, udp); REGISTER_PROTOCOL(UDPLITE, udplite); REGISTER_PROTOCOL(UNIX, unix);