diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-19 02:46:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-19 02:46:05 +0100 |
commit | a3a97129e79dddfbab363a07a339df44d72af01a (patch) | |
tree | 285114c9a88baca234f1bc3bffa2ff57fb00c45b /libavcodec/internal.h | |
parent | e2789d3e33991a08adda1f14c4f9f5ff4b865e9b (diff) | |
download | ffmpeg-a3a97129e79dddfbab363a07a339df44d72af01a.tar.gz |
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.h | 4 |
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 |