summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r--libavformat/udp.c2
1 files changed, 1 insertions, 1 deletions
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;