aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>2011-11-10 12:03:51 +0600
committerMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>2011-11-20 14:51:39 +0600
commita7c31f15952af98fded4fe522394e34da76da10d (patch)
treeaf54899f411a2fc04f266ee3c8228e854d5389f7 /libavcodec
parentd5aef477e65fef5af885ed9129baf33553307bbd (diff)
downloadffmpeg-a7c31f15952af98fded4fe522394e34da76da10d.tar.gz
Log tile size
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/wmalosslessdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 42ff19ffc9..ab3c8477a7 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -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;