From daf8cf358a098a903d59adb6c0d0cc3262a8c93e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Sep 2014 09:19:33 +0200 Subject: avformat: Don't anonymously typedef structs --- libavformat/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/tls.c') diff --git a/libavformat/tls.c b/libavformat/tls.c index 817aedc239..1832f2b3aa 100644 --- a/libavformat/tls.c +++ b/libavformat/tls.c @@ -57,7 +57,7 @@ #include #endif -typedef struct { +typedef struct TLSContext { const AVClass *class; URLContext *tcp; #if CONFIG_GNUTLS -- cgit v1.2.3