Commit d52a8bf1 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264_cabac: Use ff_tlog() for block level information

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9d335739
......@@ -2073,7 +2073,7 @@ decode_intra_mb:
int pred = pred_intra_mode(h, sl, i);
sl->intra4x4_pred_mode_cache[scan8[i]] = decode_cabac_mb_intra4x4_pred_mode(sl, pred);
ff_dlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred,
ff_tlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred,
sl->intra4x4_pred_mode_cache[scan8[i]]);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment