Browse Source

Log tile size

tags/n0.9
Mashiat Sarker Shakkhar 13 years ago
parent
commit
a7c31f1595
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wmalosslessdec.c

+ 1
- 1
libavcodec/wmalosslessdec.c View File

@@ -701,7 +701,7 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
av_log(0, 0, "%4d ", residue);
// dprintf(s->avctx, "%5d: %5d %10d %12d %12d %5d %-16d %04x\n",i, quo, ave_mean, s->ave_sum[ch], rem, rem_bits, s->channel_residues[ch][i], show_bits(&s->gb, 16));
}
av_log(0, 0, "\n");
av_log(0, 0, "\n Tile size = %d\n", tile_size);
//num_logged_tiles++;

return 0;


Loading…
Cancel
Save