sws: dont write out of array on bigendian
Fixes Ticket2229 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 4e2c63685e031e28d2296cff76473b963ee62ba1)
This commit is contained in:
parent
ebe645f02b
commit
2f98537ea0
@ -595,6 +595,9 @@ static rgbConvFn findRgbConvFn(SwsContext *c)
|
||||
}
|
||||
}
|
||||
|
||||
if ((dstFormat == PIX_FMT_RGB32_1 || dstFormat == PIX_FMT_BGR32_1) && !isRGBA32(srcFormat) && ALT32_CORR<0)
|
||||
return NULL;
|
||||
|
||||
return conv;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user