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 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;