mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Clarify that pts_correction* fields are internal to libavcodec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
27a275e4bb
commit
4f036b9f69
@ -2903,7 +2903,7 @@ typedef struct AVCodecContext {
|
||||
|
||||
/**
|
||||
* Current statistics for PTS correction.
|
||||
* - decoding: maintained and used by libavcodec
|
||||
* - decoding: maintained and used by libavcodec, not intended to be used by user apps
|
||||
* - encoding: unused
|
||||
*/
|
||||
int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far
|
||||
|
Loading…
Reference in New Issue
Block a user