Merge "dec/vp8: clear 'dither_' on skipped blocks"
This commit is contained in:
commit
be0fd1d52d
@ -556,6 +556,7 @@ int VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br) {
|
||||
}
|
||||
block->non_zero_y_ = 0;
|
||||
block->non_zero_uv_ = 0;
|
||||
block->dither_ = 0;
|
||||
}
|
||||
|
||||
if (dec->filter_type_ > 0) { // store filter info
|
||||
|
Loading…
Reference in New Issue
Block a user