summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-02-11 14:56:03 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-13 00:25:22 +0100
commit4f036b9f6998e62f468ff2db7b48684492f43033 (patch)
treeb894a4150e5e27c75c854aa93385d0627afb28f3 /libavcodec/avcodec.h
parent27a275e4bbfb2e8a345ba151ab8f80d9f5963b9c (diff)
downloadffmpeg-streaming-4f036b9f6998e62f468ff2db7b48684492f43033.zip
ffmpeg-streaming-4f036b9f6998e62f468ff2db7b48684492f43033.tar.gz
Clarify that pts_correction* fields are internal to libavcodec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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
OpenPOWER on IntegriCloud