mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-20 05:50:10 +01:00
avformat/tls: move AVClass to TLSShared
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#include "libavutil/avstring.h"
|
||||
|
||||
typedef struct TLSContext {
|
||||
const AVClass *class;
|
||||
TLSShared tls_shared;
|
||||
mbedtls_ssl_context ssl_context;
|
||||
mbedtls_ssl_config ssl_config;
|
||||
|
||||
Reference in New Issue
Block a user