mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix green bar bug
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184022988
This commit is contained in:
parent
cb95f7e95b
commit
fb0b7a7f86
1 changed files with 0 additions and 1 deletions
|
|
@ -218,7 +218,6 @@ static int convert_16_to_8_neon(const vpx_image_t* const img, jbyte* const data,
|
|||
dstV += 8;
|
||||
}
|
||||
|
||||
i *= 4;
|
||||
uint32_t randval = 0;
|
||||
while (i < uvWidth) {
|
||||
if (!randval) randval = random();
|
||||
|
|
|
|||
Loading…
Reference in a new issue