aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-05-28 14:46:16 -0500
committerMichael Niedermayer <michaelni@gmx.at>2015-05-29 21:52:27 +0200
commitf24d92badadc365f90b5737d6b0234779b6c33bf (patch)
tree8a5a4e4c61b790578e364ea430d1c37044a33f90 /libavformat/allformats.c
parentbedb5d587b5f1fc962e2786c0ea8274ddea6c684 (diff)
downloadandroid_external_ffmpeg-f24d92badadc365f90b5737d6b0234779b6c33bf.tar.gz
android_external_ffmpeg-f24d92badadc365f90b5737d6b0234779b6c33bf.tar.bz2
android_external_ffmpeg-f24d92badadc365f90b5737d6b0234779b6c33bf.zip
lavf/tls: Support Secure Transport
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3938bfa8fe..e58ddd5410 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -377,6 +377,7 @@ void av_register_all(void)
REGISTER_PROTOCOL(SRTP, srtp);
REGISTER_PROTOCOL(SUBFILE, subfile);
REGISTER_PROTOCOL(TCP, tcp);
+ REGISTER_PROTOCOL(TLS_SECURETRANSPORT, tls_securetransport);
REGISTER_PROTOCOL(TLS_GNUTLS, tls_gnutls);
REGISTER_PROTOCOL(TLS_OPENSSL, tls_openssl);
REGISTER_PROTOCOL(UDP, udp);