From 7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Sep 2014 11:01:31 +0200 Subject: avcodec: Don't anonymously typedef structs --- libavcodec/c93.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/c93.c') diff --git a/libavcodec/c93.c b/libavcodec/c93.c index c7cc68296a..2729ee8fcb 100644 --- a/libavcodec/c93.c +++ b/libavcodec/c93.c @@ -23,7 +23,7 @@ #include "bytestream.h" #include "internal.h" -typedef struct { +typedef struct C93DecoderContext { AVFrame *pictures[2]; int currentpic; } C93DecoderContext; -- cgit v1.2.3