Commit 7f5fae1e authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

mpeg4videodec: Add two missing format specifiers for debug output.

parent 34aa61a3
......@@ -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,
......
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