summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-07 14:56:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-07 14:56:40 +0000
commit7cd9fe488d82586a558be54b3e5c665780493f2c (patch)
tree6aa2a4c0ca1dee636368bc0132bf8b8a946bb7aa /libavcodec
parent4fea04820b2d476d467a4f596bbd50b281b6c4e5 (diff)
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.h4
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);