[FFmpeg-cvslog] Log tile size

Mashiat Sarker Shakkhar git at videolan.org
Sun Nov 20 16:01:42 CET 2011


ffmpeg | branch: master | Mashiat Sarker Shakkhar <shahriman_ams at yahoo.com> | Thu Nov 10 12:03:51 2011 +0600| [a7c31f15952af98fded4fe522394e34da76da10d] | committer: Mashiat Sarker Shakkhar

Log tile size

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7c31f15952af98fded4fe522394e34da76da10d
---

 libavcodec/wmalosslessdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 42ff19f..ab3c847 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;



More information about the ffmpeg-cvslog mailing list