summaryrefslogtreecommitdiff
path: root/libavcodec/vble.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vble.c')
-rw-r--r--libavcodec/vble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vble.c b/libavcodec/vble.c
index 4d5cd96295..8e042c25d1 100644
--- a/libavcodec/vble.c
+++ b/libavcodec/vble.c
@@ -32,7 +32,7 @@
#include "internal.h"
#include "mathops.h"
-typedef struct {
+typedef struct VBLEContext {
AVCodecContext *avctx;
HuffYUVDSPContext hdsp;