summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/gif.c')
-rw-r--r--libavcodec/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 12a039e8dc..db2cee9412 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -39,7 +39,7 @@
#include "put_bits.h"
-typedef struct {
+typedef struct GIFContext {
const AVClass *class;
LZWState *lzw;
uint8_t *buf;