[FFmpeg-cvslog] mpeg4videodec: Add two missing format specifiers for debug output.

Carl Eugen Hoyos git at videolan.org
Tue Jul 17 08:13:19 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jul 17 08:12:49 2012 +0200| [7f5fae1e484c390af0735f3864c6af7735eb81b6] | committer: Carl Eugen Hoyos

mpeg4videodec: Add two missing format specifiers for debug output.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f5fae1e484c390af0735f3864c6af7735eb81b6
---

 libavcodec/mpeg4videodec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index faf5290..cecba50 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,



More information about the ffmpeg-cvslog mailing list