summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-22 15:37:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-22 20:30:33 +0200
commitba69eb5221f55a6bcb93817760e1a888b6dac529 (patch)
treed3122965ae8f79acdefabd27f96131cada4170ea /libavcodec/utvideo.h
parentf92f4935acd7d974adfd1deebdf1bb06cbe107ca (diff)
utvideoenc: avoid writing into the input picture.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 00c44be9a9..24413755d0 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;