mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/rv10: Use ff_tlog() for block level tracing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e06dde52d7
commit
7104301638
@ -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--) {
|
for (s->mb_num_left = mb_count; s->mb_num_left > 0; s->mb_num_left--) {
|
||||||
int ret;
|
int ret;
|
||||||
ff_update_block_index(s);
|
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_dir = MV_DIR_FORWARD;
|
||||||
s->mv_type = MV_TYPE_16X16;
|
s->mv_type = MV_TYPE_16X16;
|
||||||
|
Loading…
Reference in New Issue
Block a user