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/iff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/iff.c') diff --git a/libavformat/iff.c b/libavformat/iff.c index 6be0fb72ee..bf092152bd 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -74,7 +74,7 @@ typedef enum { BITMAP_BYTERUN1 } bitmap_compression_type; -typedef struct { +typedef struct IffDemuxContext { uint64_t body_pos; uint32_t body_size; uint32_t sent_bytes; -- cgit v1.2.3