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 ce06b365fc..03bb3f5bed 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -41,7 +41,7 @@ typedef enum {
MASK_LASSO
} mask_type;
-typedef struct {
+typedef struct IffContext {
AVFrame *frame;
int planesize;
uint8_t * planebuf;