mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
swscale: fix src type
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
334187ade7
commit
3e173a14e9
@ -951,7 +951,7 @@ static inline void RENAME(yuv2yuv1)(SwsContext *c, const int16_t *lumSrc, const
|
||||
#if COMPILE_TEMPLATE_MMX
|
||||
if(!(c->flags & SWS_BITEXACT)) {
|
||||
long p= 4;
|
||||
const uint8_t *src[4]= {alpSrc + dstW, lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
|
||||
const int16_t *src[4]= {alpSrc + dstW, lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
|
||||
uint8_t *dst[4]= {aDest, dest, uDest, vDest};
|
||||
x86_reg counter[4]= {dstW, dstW, chrDstW, chrDstW};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user