changeset 10794:9e47b291fa62 libavcodec

Document ff_h263_show_pict_info().
author michael
date Thu, 07 Jan 2010 14:56:40 +0000
parents 9b3ec3d1bdae
children 342c2dbe0f94
files mpegvideo.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo.h	Thu Jan 07 14:55:11 2010 +0000
+++ b/mpegvideo.h	Thu Jan 07 14:56:40 2010 +0000
@@ -831,6 +831,10 @@
 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);