Document ff_h263_show_pict_info().
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 7 Jan 2010 14:56:40 +0000 (14:56 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 7 Jan 2010 14:56:40 +0000 (14:56 +0000)
Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.h

index 269b8c8..9f1cd01 100644 (file)
@@ -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);