Clarify that pts_correction* fields are internal to libavcodec

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-02-11 14:56:03 +01:00
parent 27a275e4bb
commit 4f036b9f69

View File

@ -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