[FFmpeg-cvslog] r21059 - trunk/libavcodec/mpegvideo.h
michael
subversion
Thu Jan 7 15:56:40 CET 2010
Author: michael
Date: Thu Jan 7 15:56:40 2010
New Revision: 21059
Log:
Document ff_h263_show_pict_info().
Modified:
trunk/libavcodec/mpegvideo.h
Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h Thu Jan 7 15:55:11 2010 (r21058)
+++ trunk/libavcodec/mpegvideo.h Thu Jan 7 15:56:40 2010 (r21059)
@@ -831,6 +831,10 @@ void ff_h263_loop_filter(MpegEncContext
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);
More information about the ffmpeg-cvslog
mailing list