[FFmpeg-cvslog] avcodec/h264_cabac: Use ff_tlog() for block level information

Michael Niedermayer git at videolan.org
Sun Apr 26 01:17:42 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 26 00:58:51 2015 +0200| [d52a8bf15817e2a83f6b6e32e9391c36d28d8051] | committer: Michael Niedermayer

avcodec/h264_cabac: Use ff_tlog() for block level information

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index 401566e..c1c8b80 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -2073,7 +2073,7 @@ decode_intra_mb:
                     int pred = pred_intra_mode(h, sl, i);
                     sl->intra4x4_pred_mode_cache[scan8[i]] = decode_cabac_mb_intra4x4_pred_mode(sl, pred);
 
-                    ff_dlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred,
+                    ff_tlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred,
                             sl->intra4x4_pred_mode_cache[scan8[i]]);
                 }
             }



More information about the ffmpeg-cvslog mailing list