diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-07 14:56:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-07 14:56:40 +0000 |
commit | 7cd9fe488d82586a558be54b3e5c665780493f2c (patch) | |
tree | 6aa2a4c0ca1dee636368bc0132bf8b8a946bb7aa /libavcodec | |
parent | 4fea04820b2d476d467a4f596bbd50b281b6c4e5 (diff) | |
download | ffmpeg-7cd9fe488d82586a558be54b3e5c665780493f2c.tar.gz |
Document ff_h263_show_pict_info().
Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 269b8c8710..9f1cd01343 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); |