OSDN Git Service

Clarify that pts_correction* fields are internal to libavcodec
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Feb 2011 13:56:03 +0000 (14:56 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Feb 2011 23:25:22 +0000 (00:25 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h

index 850e3e7..633b704 100644 (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