Browse Source

Suppress dumping of residues buffer

tags/n0.10
Mashiat Sarker Shakkhar 14 years ago
parent
commit
f7166f7d8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wmalosslessdec.c

+ 1
- 1
libavcodec/wmalosslessdec.c 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;



Loading…
Cancel
Save