mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavc: update AVCodecContext.delay documentation
Based on reimars suggestion Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3cc1af9dd9
commit
525a8f3ba5
@ -1367,10 +1367,12 @@ typedef struct AVCodecContext {
|
|||||||
int frame_number; ///< audio or video frame number
|
int frame_number; ///< audio or video frame number
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of frames the decoded output will be delayed relative to
|
* Encoding: Number of frames delay there will be from the encoder input to
|
||||||
* the encoded input.
|
* the decoder output. (we assume the decoder matches the spec)
|
||||||
|
* Decoding: Number of frames delay in addition to what a standard decoder
|
||||||
|
* as specified in the spec would produce.
|
||||||
* - encoding: Set by libavcodec.
|
* - encoding: Set by libavcodec.
|
||||||
* - decoding: unused
|
* - decoding: Set by libavcodec.
|
||||||
*/
|
*/
|
||||||
int delay;
|
int delay;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user