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>
This commit is contained in:
committed by
Derek Buitenhuis
parent
bbefd27e52
commit
040405b59e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user