Clarify that pts_correction* fields are internal to libavcodec

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
oldabi
Michael Niedermayer 14 years ago
parent 27a275e4bb
commit 4f036b9f69
  1. 2
      libavcodec/avcodec.h

@ -2903,7 +2903,7 @@ typedef struct AVCodecContext {
/** /**
* Current statistics for PTS correction. * 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 * - encoding: unused
*/ */
int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far

Loading…
Cancel
Save