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/alac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/alac.c') diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 5272f8416c..48903a671b 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -58,7 +58,7 @@ #define ALAC_EXTRADATA_SIZE 36 -typedef struct { +typedef struct ALACContext { AVCodecContext *avctx; GetBitContext gb; int channels; -- cgit v1.2.3