Commit 508cff2b authored by michael's avatar michael

Clarify has_b_frames doxy.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17063 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b46ff81
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment