OSDN Git Service

Log index for each line of output
authorMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Thu, 10 Nov 2011 06:04:31 +0000 (12:04 +0600)
committerMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Sun, 20 Nov 2011 08:51:39 +0000 (14:51 +0600)
libavcodec/wmalosslessdec.c

index ab3c847..60af8c6 100644 (file)
@@ -677,6 +677,7 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
            s->channel_residues[ch][0] = get_sbits(&s->gb, s->bits_per_sample);
        i++;
     }
+    av_log(0, 0, "%8d: ", num_logged_tiles++);
     for(; i < tile_size; i++) {
        int quo = 0, rem, rem_bits, residue;
        while(get_bits1(&s->gb))