summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/iff.c')
-rw-r--r--libavcodec/iff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 112c2ca93c..92c3764462 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -33,7 +33,7 @@
#include "get_bits.h"
#include "internal.h"
-typedef struct {
+typedef struct IffContext {
AVFrame *frame;
int planesize;
uint8_t * planebuf;