Merge "Merge branch 'master' into experimental" into experimental

This commit is contained in:
Johann
2013-04-26 13:35:28 -07:00
committed by Gerrit Code Review
33 changed files with 155 additions and 228 deletions

View File

@@ -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;