Suppress dumping of residues buffer

parent 3d844951
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment