]> git.sesse.net Git - ffmpeg/commitdiff
Clarify convergence_duration.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Sep 2008 12:51:49 +0000 (12:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Sep 2008 12:51:49 +0000 (12:51 +0000)
Originally committed as revision 15291 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 594cbe76a02e367b23314b959c34678df0edc87a..072be3963239ce3a9fab1bb4ee4a2c116ca69cc9 100644 (file)
@@ -80,11 +80,13 @@ typedef struct AVPacket {
     int64_t pos;                            ///< byte position in stream, -1 if unknown
 
     /**
-     * This is the time difference in stream timebase units from the pts at which
-     * the output from the decoder has converged independent from the availability
+     * This is the time difference in stream timebase units from the pts of this
+     * packet to the point at which the output from the decoder has converged
+     * independent from the availability
      * of previous frames (that is the frames are virtually identical no matter
      * if decoding started from the very first frame or from this keyframe).
      * is AV_NOPTS_VALUE if unknown.
+     * This field is not the display duration of the current packet.
      *
      * The purpose of this field is to allow seeking in streams that have no
      * keyframes in the conventional sense. It corresponds to the