Suppress dumping of residues buffer

This commit is contained in:
Mashiat Sarker Shakkhar 2012-01-03 01:51:17 +06:00
parent 3d84495128
commit f7166f7d8d
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
residue = residue >> 1;
s->channel_residues[ch][i] = residue;
}
dump_int_buffer(s->channel_residues[ch], 4, tile_size, 16);
//dump_int_buffer(s->channel_residues[ch], 4, tile_size, 16);
return 0;