OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34aa61a
)
mpeg4videodec: Add two missing format specifiers for debug output.
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Tue, 17 Jul 2012 06:12:49 +0000
(08:12 +0200)
committer
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Tue, 17 Jul 2012 06:12:49 +0000
(08:12 +0200)
libavcodec/mpeg4videodec.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpeg4videodec.c
b/libavcodec/mpeg4videodec.c
index
faf5290
..
cecba50
100644
(file)
--- 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,