Merge branch 'master' of https://github.com/bigmonachus/stb
This commit is contained in:
commit
974ca12fb8
@ -1768,7 +1768,7 @@ static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__
|
||||
} else {
|
||||
if (r == 0) {
|
||||
if (s)
|
||||
data[stbi__jpeg_dezigzag[k++]] = s;
|
||||
data[stbi__jpeg_dezigzag[k++]] = (short) s;
|
||||
break;
|
||||
}
|
||||
--r;
|
||||
|
Loading…
Reference in New Issue
Block a user