summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-25 21:34:35 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-08-30 11:59:19 -0400
commitbbefd27e52dfdd2a73bef710602c9978aca4ab7c (patch)
tree615b5b85061985d3c7e92f85d3f09af507298cca /libavcodec/utvideo.h
parent11d957fbd81288e64408e79ed369446346000b29 (diff)
utvideoenc: Avoid writing into the input picture
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 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;