Commit 54e08b6d authored by michael's avatar michael

Clarify convergence_duration.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15291 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1ed91a93
...@@ -80,11 +80,13 @@ typedef struct AVPacket { ...@@ -80,11 +80,13 @@ typedef struct AVPacket {
int64_t pos; ///< byte position in stream, -1 if unknown int64_t pos; ///< byte position in stream, -1 if unknown
/** /**
* This is the time difference in stream timebase units from the pts at which * This is the time difference in stream timebase units from the pts of this
* the output from the decoder has converged independent from the availability * 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 * of previous frames (that is the frames are virtually identical no matter
* if decoding started from the very first frame or from this keyframe). * if decoding started from the very first frame or from this keyframe).
* is AV_NOPTS_VALUE if unknown. * 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 * The purpose of this field is to allow seeking in streams that have no
* keyframes in the conventional sense. It corresponds to the * keyframes in the conventional sense. It corresponds to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment