From 040405b59efeb3bdc44accdfb93841e7fed5f6be Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 25 Aug 2012 21:34:39 +0000 Subject: 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 --- libavcodec/utvideo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/utvideo.h') 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; -- cgit v1.2.3