[FFmpeg-cvslog] Clarify that pts_correction* fields are internal to libavcodec

Michael Niedermayer git
Sun Feb 13 00:38:09 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Feb 11 14:56:03 2011 +0100| [4f036b9f6998e62f468ff2db7b48684492f43033] | committer: Michael Niedermayer

Clarify that pts_correction* fields are internal to libavcodec
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f036b9f6998e62f468ff2db7b48684492f43033
---

 libavcodec/avcodec.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 850e3e7..633b704 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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




More information about the ffmpeg-cvslog mailing list