[FFmpeg-cvslog] avcodec/rv10: Use ff_tlog() for block level tracing

Michael Niedermayer git at videolan.org
Sun Apr 26 16:45:20 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 26 16:29:23 2015 +0200| [71043016384a069d48d84fc92e2a39ecfdc97157] | committer: Michael Niedermayer

avcodec/rv10: Use ff_tlog() for block level tracing

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

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

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

diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 4fde24d..e936504 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -634,7 +634,7 @@ static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf,
     for (s->mb_num_left = mb_count; s->mb_num_left > 0; s->mb_num_left--) {
         int ret;
         ff_update_block_index(s);
-        ff_dlog(avctx, "**mb x=%d y=%d\n", s->mb_x, s->mb_y);
+        ff_tlog(avctx, "**mb x=%d y=%d\n", s->mb_x, s->mb_y);
 
         s->mv_dir  = MV_DIR_FORWARD;
         s->mv_type = MV_TYPE_16X16;



More information about the ffmpeg-cvslog mailing list