Browse Source

avcodec/rv10: Use ff_tlog() for block level tracing

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
7104301638
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/rv10.c

+ 1
- 1
libavcodec/rv10.c View File

@@ -634,7 +634,7 @@ static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf,
for (s->mb_num_left = mb_count; s->mb_num_left > 0; s->mb_num_left--) {
int ret;
ff_update_block_index(s);
ff_dlog(avctx, "**mb x=%d y=%d\n", s->mb_x, s->mb_y);
ff_tlog(avctx, "**mb x=%d y=%d\n", s->mb_x, s->mb_y);

s->mv_dir = MV_DIR_FORWARD;
s->mv_type = MV_TYPE_16X16;


Loading…
Cancel
Save