summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index a3254f12ab..2fa910a5e5 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -80,7 +80,7 @@ typedef struct IMCChannel {
int decoder_reset;
} IMCChannel;
-typedef struct {
+typedef struct IMCContext {
IMCChannel chctx[2];
/** MDCT tables */