X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=1958119f1e1d247ada7f8835ed8a400f03dd318a;hb=a852db796edce2792525d88ab47cf78222e01512;hp=c85ea9d6cd97bf26e7a98592b8059d33fc0998fb;hpb=52ce8b7b31773f5dd749184445189ecd0cbca24d;p=ffmpeg diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index c85ea9d6cd9..1958119f1e1 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -249,8 +249,8 @@ static int decode_slice(MpegEncContext *s) s->mv_dir = MV_DIR_FORWARD; s->mv_type = MV_TYPE_16X16; - ff_dlog(s, "%d %d %06X\n", - ret, get_bits_count(&s->gb), show_bits(&s->gb, 24)); + ff_dlog(s, "%d %06X\n", + get_bits_count(&s->gb), show_bits(&s->gb, 24)); ff_tlog(NULL, "Decoding MB at %dx%d\n", s->mb_x, s->mb_y); ret = s->decode_mb(s, s->block);