[SCM] libav/experimental: Document ff_h263_show_pict_info().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:56:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 7cd9fe488d82586a558be54b3e5c665780493f2c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jan 7 14:56:40 2010 +0000

    Document ff_h263_show_pict_info().
    
    Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 269b8c8..9f1cd01 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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list