# HG changeset patch # User michael # Date 1262876200 0 # Node ID 9e47b291fa62222cfd8530c05aceb0a60cccd8b0 # Parent 9b3ec3d1bdae07f004009bb4b556e4171689a0c2 Document ff_h263_show_pict_info(). diff -r 9b3ec3d1bdae -r 9e47b291fa62 mpegvideo.h --- 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);