mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
swscale: Remove two bogus asserts
This commit is contained in:
parent
97cb9236cf
commit
b9141aa346
1 changed files with 0 additions and 2 deletions
|
|
@ -628,8 +628,6 @@ static int swScale(SwsContext *c, const uint8_t *src[],
|
|||
}
|
||||
}
|
||||
} else {
|
||||
assert(lumSrcPtr + vLumFilterSize - 1 < lumPixBuf + vLumBufSize * 2);
|
||||
assert(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…
Add table
Add a link
Reference in a new issue