summaryrefslogtreecommitdiff
path: root/libavcodec/kgv1dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/kgv1dec.c')
-rw-r--r--libavcodec/kgv1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/kgv1dec.c b/libavcodec/kgv1dec.c
index d58e775996..4035e472f3 100644
--- a/libavcodec/kgv1dec.c
+++ b/libavcodec/kgv1dec.c
@@ -30,7 +30,7 @@
#include "avcodec.h"
#include "internal.h"
-typedef struct {
+typedef struct KgvContext {
AVCodecContext *avctx;
uint16_t *frame_buffer;
uint16_t *last_frame_buffer;