mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
sws: revert: "swscale: Remove two bogus asserts"
Also change them to av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e3e09f2bad
commit
0ed0f2e566
@ -628,6 +628,8 @@ static int swScale(SwsContext *c, const uint8_t *src[],
|
||||
}
|
||||
}
|
||||
} else {
|
||||
av_assert1(lumSrcPtr + vLumFilterSize - 1 < lumPixBuf + vLumBufSize * 2);
|
||||
av_assert1(chrUSrcPtr + vChrFilterSize - 1 < chrUPixBuf + vChrBufSize * 2);
|
||||
if (c->yuv2packed1 && vLumFilterSize == 1 &&
|
||||
vChrFilterSize <= 2) { // unscaled RGB
|
||||
int chrAlpha = vChrFilterSize == 1 ? 0 : vChrFilter[2 * dstY + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user