[FFmpeg-cvslog] avcodec/ituh263dec: 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 01:00:05 2015 +0200| [7b94a2f4b183ff0a02a40e4ce41273d5aede54eb] | committer: Michael Niedermayer

avcodec/ituh263dec: 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=7b94a2f4b183ff0a02a40e4ce41273d5aede54eb
---

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

diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c
index 580c522..8398dd9 100644
--- a/libavcodec/ituh263dec.c
+++ b/libavcodec/ituh263dec.c
@@ -303,7 +303,7 @@ static int h263p_decode_umotion(MpegEncContext * s, int pred)
    code >>= 1;
 
    code = (sign) ? (pred - code) : (pred + code);
-   ff_dlog(s->avctx,"H.263+ UMV Motion = %d\n", code);
+   ff_tlog(s->avctx,"H.263+ UMV Motion = %d\n", code);
    return code;
 
 }



More information about the ffmpeg-cvslog mailing list