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/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/tta.c') diff --git a/libavformat/tta.c b/libavformat/tta.c index b7efe18b3c..bc86a777b3 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.c @@ -25,7 +25,7 @@ #include "id3v1.h" #include "libavutil/dict.h" -typedef struct { +typedef struct TTAContext { int totalframes, currentframe; int frame_size; int last_frame_size; -- cgit v1.2.3