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/img2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index 847c613929..2128b2ecdf 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -23,7 +23,7 @@ #include "libavutil/avstring.h" #include "internal.h" -typedef struct { +typedef struct IdStrMap { enum AVCodecID id; const char *str; } IdStrMap; -- cgit v1.2.3