Merge "Merge branch 'master' into experimental" into experimental
This commit is contained in:
@@ -1331,7 +1331,7 @@ static void decode_tiles(VP9D_COMP *pbi,
|
||||
if (pbi->oxcf.inv_tile_order) {
|
||||
const int n_cols = pc->tile_columns;
|
||||
const uint8_t *data_ptr2[4][1 << 6];
|
||||
vp9_reader UNINITIALIZED_IS_SAFE(bc_bak);
|
||||
vp9_reader bc_bak = {0};
|
||||
|
||||
// pre-initialize the offsets, we're going to read in inverse order
|
||||
data_ptr2[0][0] = data_ptr;
|
||||
|
||||
Reference in New Issue
Block a user