Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 c6c37b6c66..ae7fdfd818 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -52,7 +52,7 @@
#include "put_bits.h"
-typedef struct {
+typedef struct GIFContext {
LZWState *lzw;
uint8_t *buf;
} GIFContext;