summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-19 02:46:05 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-19 02:46:05 +0100
commita3a97129e79dddfbab363a07a339df44d72af01a (patch)
tree285114c9a88baca234f1bc3bffa2ff57fb00c45b /libavcodec/internal.h
parente2789d3e33991a08adda1f14c4f9f5ff4b865e9b (diff)
mpegvideo: make ff_print_debug_info independant of mpegvideo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h4
1 files changed, 4 insertions, 0 deletions
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