aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-17 08:12:49 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-17 08:12:49 +0200
commit7f5fae1e484c390af0735f3864c6af7735eb81b6 (patch)
tree08b4fb6104d74bd295cc1967fd8be13414b87563 /libavcodec/mpeg4videodec.c
parent34aa61a36d76d65f8c567019729e9f0ea872ffba (diff)
downloadandroid_external_ffmpeg-7f5fae1e484c390af0735f3864c6af7735eb81b6.tar.gz
android_external_ffmpeg-7f5fae1e484c390af0735f3864c6af7735eb81b6.tar.bz2
android_external_ffmpeg-7f5fae1e484c390af0735f3864c6af7735eb81b6.zip
mpeg4videodec: Add two missing format specifiers for debug output.
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r--libavcodec/mpeg4videodec.c2
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,