You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/ituh263dec: Use ff_tlog() for block level information
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user