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 91c7910a95..3a65f55882 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -71,7 +71,7 @@
#define UDP_MAX_PKT_SIZE 65536
#define UDP_HEADER_SIZE 8
-typedef struct {
+typedef struct UDPContext {
const AVClass *class;
int udp_fd;
int ttl;