summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 1826cedf91..9dd4ceb352 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4920,7 +4920,7 @@ not_extra:
*got_frame = 1;
if (CONFIG_MPEGVIDEO) {
ff_print_debug_info2(h->avctx, h->next_output_pic, pict, h->er.mbskip_table,
- h->visualization_buffer, &h->low_delay,
+ &h->low_delay,
h->mb_width, h->mb_height, h->mb_stride, 1);
}
}