[FFmpeg-cvslog] mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info is

Michael Niedermayer git at videolan.org
Tue Mar 12 11:45:32 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 12 10:51:03 2013 +0100| [a76ef998eb24bec16caf82633287c8e331acf717] | committer: Michael Niedermayer

mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info is

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a76ef998eb24bec16caf82633287c8e331acf717
---

 libavcodec/mpegvideo.h |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 8e044d9..4bbbac5 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -807,7 +807,12 @@ void ff_draw_horiz_band(AVCodecContext *avctx, DSPContext *dsp, Picture *cur,
                         int v_edge_pos, int h_edge_pos);
 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,
+                         uint8_t *visualization_buffer[3], int *low_delay,
+                         int mb_width, int mb_height, int mb_stride, int quarter_sample);
+
 void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix);
 void ff_release_unused_pictures(MpegEncContext *s, int remove_current);
 int ff_find_unused_picture(MpegEncContext *s, int shared);
@@ -957,9 +962,5 @@ void ff_wmv2_encode_mb(MpegEncContext * s,
 int ff_mpeg_ref_picture(MpegEncContext *s, Picture *dst, Picture *src);
 void ff_mpeg_unref_picture(MpegEncContext *s, Picture *picture);
 
-void ff_print_debug_info2(AVCodecContext *avctx, Picture *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);
-
 
 #endif /* AVCODEC_MPEGVIDEO_H */



More information about the ffmpeg-cvslog mailing list