summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r--libavcodec/alac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index aec7bb4e4e..ffd2d77d7c 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -60,7 +60,7 @@
#define ALAC_EXTRADATA_SIZE 36
-typedef struct {
+typedef struct ALACContext {
AVClass *class;
AVCodecContext *avctx;
GetBitContext gb;