From eb8a25c89556f7d0049feebf00aa224fc0793887 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Feb 2009 18:56:33 +0000 Subject: [PATCH] Clarify has_b_frames doxy. Originally committed as revision 17063 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c39355e..39dabeb 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. */ -- 2.7.4