mpeg4videodec: Add two missing format specifiers for debug output.

pull/59/head
Carl Eugen Hoyos 13 years ago
parent 34aa61a36d
commit 7f5fae1e48
  1. 2
      libavcodec/mpeg4videodec.c

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

Loading…
Cancel
Save