You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avformar/tls_openssl: use correct info callback in DTLS mode
This commit is contained in:
@ -810,7 +810,7 @@ static int dtls_start(URLContext *h, const char *url, int flags, AVDictionary **
|
|||||||
|
|
||||||
/* Setup the callback for logging. */
|
/* Setup the callback for logging. */
|
||||||
SSL_set_ex_data(p->ssl, 0, p);
|
SSL_set_ex_data(p->ssl, 0, p);
|
||||||
SSL_set_info_callback(p->ssl, openssl_info_callback);
|
SSL_CTX_set_info_callback(p->ctx, openssl_info_callback);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We have set the MTU to fragment the DTLS packet. It is important to note that the
|
* We have set the MTU to fragment the DTLS packet. It is important to note that the
|
||||||
|
Reference in New Issue
Block a user