From a3a97129e79dddfbab363a07a339df44d72af01a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 19 Feb 2013 02:46:05 +0100 Subject: mpegvideo: make ff_print_debug_info independant of mpegvideo Signed-off-by: Michael Niedermayer --- libavcodec/internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/internal.h') diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 867e36f1df..3402cc2547 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -192,6 +192,10 @@ int ff_get_logical_cpus(AVCodecContext *avctx); int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx); +void ff_print_debug_info2(AVCodecContext *avctx, 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); + /** * Call avcodec_open2 recursively by decrementing counter, unlocking mutex, * calling the function and then restoring again. Assumes the mutex is -- cgit v1.2.3