From 7cd9fe488d82586a558be54b3e5c665780493f2c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 7 Jan 2010 14:56:40 +0000 Subject: [PATCH] Document ff_h263_show_pict_info(). Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 269b8c8710..9f1cd01343 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -831,6 +831,10 @@ void ff_h263_loop_filter(MpegEncContext * s); void ff_set_qscale(MpegEncContext * s, int qscale); int ff_h263_decode_mba(MpegEncContext *s); void ff_h263_encode_mba(MpegEncContext *s); + +/** + * Prints picture info if FF_DEBUG_PICT_INFO is set. + */ void ff_h263_show_pict_info(MpegEncContext *s); int ff_intel_h263_decode_picture_header(MpegEncContext *s);