mpeg4videodec: Add two missing format specifiers for debug output.

This commit is contained in:
Carl Eugen Hoyos 2012-07-17 08:12:49 +02:00
parent 34aa61a36d
commit 7f5fae1e48
1 changed files with 1 additions and 1 deletions

View File

@ -1856,7 +1856,7 @@ no_cplx_est:
}
if(s->avctx->debug&FF_DEBUG_PICT_INFO) {
av_log(s->avctx, AV_LOG_DEBUG, "tb %d/%d, tincrbits:%d, qp_prec:%d, ps:%d, %s%s\n",
av_log(s->avctx, AV_LOG_DEBUG, "tb %d/%d, tincrbits:%d, qp_prec:%d, ps:%d, %s%s%s%s\n",
s->avctx->time_base.num, s->avctx->time_base.den,
s->time_increment_bits,
s->quant_precision,