diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-25 21:34:39 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-30 11:59:19 -0400 |
commit | 040405b59efeb3bdc44accdfb93841e7fed5f6be (patch) | |
tree | d2a85586b8739e8b3c883b743104f2b5223370bf /libavcodec/utvideo.h | |
parent | bbefd27e52dfdd2a73bef710602c9978aca4ab7c (diff) | |
download | ffmpeg-040405b59efeb3bdc44accdfb93841e7fed5f6be.tar.gz |
utvideoenc: Switch to dsputils' median prediction
Also, align the mangled RGB planes, which is required for the
SIMD versions of dsputils' median predict.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/utvideo.h')
-rw-r--r-- | libavcodec/utvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h index fe2487c945..0d7664c822 100644 --- a/libavcodec/utvideo.h +++ b/libavcodec/utvideo.h @@ -75,6 +75,7 @@ typedef struct UtvideoContext { int interlaced; int frame_pred; + int slice_stride; uint8_t *slice_bits, *slice_buffer[4]; int slice_bits_size; } UtvideoContext; |