summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-02-08 18:56:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-02-08 18:56:33 +0000
commiteb8a25c89556f7d0049feebf00aa224fc0793887 (patch)
treeefdb6e8ca695100404fc201fe4ad560e1112a383 /libavcodec
parenteaf5d0112bcaecd81016373259bad40a38608e62 (diff)
Clarify has_b_frames doxy.
Originally committed as revision 17063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c39355ef02..39dabebb00 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1212,7 +1212,8 @@ typedef struct AVCodecContext {
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
/**
- * If 1 the stream has a 1 frame delay during decoding.
+ * Size of the frame reordering buffer in the decoder.
+ * for mpeg2 its 1 IPB or 0 low delay IP
* - encoding: Set by libavcodec.
* - decoding: Set by libavcodec.
*/