X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.c;h=1eb4e791da2728fbdc580c46d30576ad39ef2a11;hb=cd50a44beb01582093b8115287cb51a7feb83f77;hp=dc928c32defd3391a77b5c733ca4f51f4ba186cc;hpb=b4f64c58fc80585b9dc46f6ac6e385b2d55260a7;p=ffmpeg diff --git a/libavcodec/h264.c b/libavcodec/h264.c index dc928c32def..1eb4e791da2 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1842,7 +1842,10 @@ not_extra: return ret; *got_frame = 1; if (CONFIG_MPEGVIDEO) { - ff_print_debug_info2(h->avctx, h->next_output_pic, pict, h->er.mbskip_table, + ff_print_debug_info2(h->avctx, pict, h->er.mbskip_table, + h->next_output_pic->mb_type, + h->next_output_pic->qscale_table, + h->next_output_pic->motion_val, &h->low_delay, h->mb_width, h->mb_height, h->mb_stride, 1); }