# HG changeset patch # User michael # Date 1221051109 0 # Node ID 4b8eb4f03ac5ea693fe19eaa37f1e27e245e1e0c # Parent 5b915da6dd7e2a56df0d57162ccddf606a6650ed Clarify convergence_duration. diff -r 5b915da6dd7e -r 4b8eb4f03ac5 avformat.h --- a/avformat.h Tue Sep 09 18:32:50 2008 +0000 +++ b/avformat.h Wed Sep 10 12:51:49 2008 +0000 @@ -80,11 +80,13 @@ 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