diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-07-17 08:12:49 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-07-17 08:12:49 +0200 |
commit | 7f5fae1e484c390af0735f3864c6af7735eb81b6 (patch) | |
tree | 08b4fb6104d74bd295cc1967fd8be13414b87563 | |
parent | 34aa61a36d76d65f8c567019729e9f0ea872ffba (diff) | |
download | ffmpeg-7f5fae1e484c390af0735f3864c6af7735eb81b6.tar.gz |
mpeg4videodec: Add two missing format specifiers for debug output.
-rw-r--r-- | libavcodec/mpeg4videodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c index faf52906a1..cecba506c4 100644 --- a/libavcodec/mpeg4videodec.c +++ b/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, |