Change #238558
Category | ffmpeg |
Changed by | Marvin Scholz <epirat07 | @gmail.com>
Changed at | Mon 07 Jul 2025 01:52:46 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 816dad231f5b312fd98e81cc6a6cbaf47c1e26a5 |
Comments
avformat/tls_openssl: properly get new BIO index As noted in the OpenSSL documentation, BIO_get_new_index must be used to get a new BIO index. This is ORd with the proper type flag BIO_TYPE_SOURCE_SINK.
Changed files
- libavformat/tls_openssl.c