|
|
|
@@ -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; |
|
|
|
|