mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-08 16:54:03 +02:00
Clarify has_b_frames doxy.
Originally committed as revision 17063 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eaf5d0112b
commit
eb8a25c895
@ -1212,7 +1212,8 @@ typedef struct AVCodecContext {
|
|||||||
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
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.
|
* - encoding: Set by libavcodec.
|
||||||
* - decoding: Set by libavcodec.
|
* - decoding: Set by libavcodec.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user