diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 11:06:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 11:06:35 +0100 |
commit | 6ae43725323b02520fa0926422b52d2ce7fd7973 (patch) | |
tree | 8d3ff4541a3aac98f4bc51a1af2199f91f389179 /libavcodec/mpegvideo.h | |
parent | a76ef998eb24bec16caf82633287c8e331acf717 (diff) | |
download | ffmpeg-6ae43725323b02520fa0926422b52d2ce7fd7973.tar.gz |
h264/mpegvideo: fix ff_print_debug_info2 arguments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 4bbbac52de..2118e521a8 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -809,7 +809,7 @@ void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h); void ff_mpeg_flush(AVCodecContext *avctx); void ff_print_debug_info(MpegEncContext *s, Picture *p); -void ff_print_debug_info2(AVCodecContext *avctx, Picture *pict, uint8_t *mbskip_table, +void ff_print_debug_info2(AVCodecContext *avctx, Picture *p, AVFrame *pict, uint8_t *mbskip_table, uint8_t *visualization_buffer[3], int *low_delay, int mb_width, int mb_height, int mb_stride, int quarter_sample); |