]> git.sesse.net Git - ffmpeg/commit
lavf: split tls.c
authorwm4 <nfxjfg@googlemail.com>
Wed, 27 May 2015 10:57:50 +0000 (12:57 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 27 May 2015 19:48:47 +0000 (21:48 +0200)
commit4a006b9eb7e7d736fd00e6045b5612978ef6404b
tree1f2f4e523c4c8c89ee7d9299c297a9bd43ec7b92
parent07fc47909f6f3a8faa92c2715e07bba6d833074c
lavf: split tls.c

Move the OpenSSL and GnuTLS implementations to their own files. Other
than the connection code (including options) and some boilerplate, no
code is actually shared.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure
libavformat/Makefile
libavformat/allformats.c
libavformat/rtspdec.c
libavformat/tls.c
libavformat/tls.h [new file with mode: 0644]
libavformat/tls_gnutls.c [new file with mode: 0644]
libavformat/tls_openssl.c [new file with mode: 0644]