summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/utvideo.h')
-rw-r--r--libavcodec/utvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h
index ed6ae86fb9..fe2487c945 100644
--- a/libavcodec/utvideo.h
+++ b/libavcodec/utvideo.h
@@ -75,7 +75,7 @@ typedef struct UtvideoContext {
int interlaced;
int frame_pred;
- uint8_t *slice_bits, *slice_buffer;
+ uint8_t *slice_bits, *slice_buffer[4];
int slice_bits_size;
} UtvideoContext;