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/aiffdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/aiffdec.c') diff --git a/libavformat/aiffdec.c b/libavformat/aiffdec.c index 6243bcb30f..add843b267 100644 --- a/libavformat/aiffdec.c +++ b/libavformat/aiffdec.c @@ -29,7 +29,7 @@ #define AIFF 0 #define AIFF_C_VERSION1 0xA2805140 -typedef struct { +typedef struct AIFFInputContext { int64_t data_end; int block_duration; } AIFFInputContext; -- cgit v1.2.3