comparison avformat.h @ 3918:4b8eb4f03ac5 libavformat

Clarify convergence_duration.
author michael
date Wed, 10 Sep 2008 12:51:49 +0000
parents 4703ed97ea9d
children a324a7aa8a5b
comparison
equal deleted inserted replaced
3917:5b915da6dd7e 3918:4b8eb4f03ac5
78 void (*destruct)(struct AVPacket *); 78 void (*destruct)(struct AVPacket *);
79 void *priv; 79 void *priv;
80 int64_t pos; ///< byte position in stream, -1 if unknown 80 int64_t pos; ///< byte position in stream, -1 if unknown
81 81
82 /** 82 /**
83 * This is the time difference in stream timebase units from the pts at which 83 * This is the time difference in stream timebase units from the pts of this
84 * the output from the decoder has converged independent from the availability 84 * packet to the point at which the output from the decoder has converged
85 * independent from the availability
85 * of previous frames (that is the frames are virtually identical no matter 86 * of previous frames (that is the frames are virtually identical no matter
86 * if decoding started from the very first frame or from this keyframe). 87 * if decoding started from the very first frame or from this keyframe).
87 * is AV_NOPTS_VALUE if unknown. 88 * is AV_NOPTS_VALUE if unknown.
89 * This field is not the display duration of the current packet.
88 * 90 *
89 * The purpose of this field is to allow seeking in streams that have no 91 * The purpose of this field is to allow seeking in streams that have no
90 * keyframes in the conventional sense. It corresponds to the 92 * keyframes in the conventional sense. It corresponds to the
91 * recovery point SEI in H.264 and match_time_delta in nut. It also is 93 * recovery point SEI in H.264 and match_time_delta in nut. It also is
92 * essential for some types of subtitle streams to ensure that all 94 * essential for some types of subtitle streams to ensure that all