diff options
author | Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> | 2011-11-10 12:03:51 +0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-11 03:30:30 +0100 |
commit | 2f8b8f69538c9397070f5be8fc4fcefe66bf0922 (patch) | |
tree | fbcab31b88bc6ad0ae898473e94c61654d534d8c | |
parent | 6e4a86a3f8524b1007733ab4763f9f773017d519 (diff) | |
download | ffmpeg-2f8b8f69538c9397070f5be8fc4fcefe66bf0922.tar.gz |
Log tile size
(cherry picked from commit 257e5c4829cd916938c9e1922e50668636346f71)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/wmalosslessdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c index b7f2b72811..aa1f6ab47e 100644 --- a/libavcodec/wmalosslessdec.c +++ b/libavcodec/wmalosslessdec.c @@ -704,7 +704,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; |