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/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/udp.c') diff --git a/libavformat/udp.c b/libavformat/udp.c index bfa8cf25e8..939d2c1214 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -40,7 +40,7 @@ #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP #endif -typedef struct { +typedef struct UDPContext { int udp_fd; int ttl; int buffer_size; -- cgit v1.2.3