From 4f036b9f6998e62f468ff2db7b48684492f43033 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 11 Feb 2011 14:56:03 +0100 Subject: [PATCH] Clarify that pts_correction* fields are internal to libavcodec Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 850e3e7d84..633b704d9c 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