]> git.sesse.net Git - ffmpeg/commitdiff
clarify convergence_duration documentation
authorAurelien Jacobs <aurel@gnuage.org>
Fri, 2 Jul 2010 15:56:38 +0000 (15:56 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Fri, 2 Jul 2010 15:56:38 +0000 (15:56 +0000)
Originally committed as revision 24001 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index b99b94dcb59b774d03f90d03d6d0b65120b622fb..8ac85305d7ac569fe88232d93d3373ab4086579a 100644 (file)
@@ -995,6 +995,7 @@ typedef struct AVPacket {
      * 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.
+     * This field has no meaning if the packet do not have AV_PKT_FLAG_KEY.
      *
      * The purpose of this field is to allow seeking in streams that have no
      * keyframes in the conventional sense. It corresponds to the
@@ -3692,6 +3693,7 @@ typedef struct AVCodecParserContext {
      * the very first frame or from this keyframe.
      * Is AV_NOPTS_VALUE if unknown.
      * This field is not the display duration of the current frame.
+     * This field has no meaning if the packet do not have AV_PKT_FLAG_KEY.
      *
      * The purpose of this field is to allow seeking in streams that have no
      * keyframes in the conventional sense. It corresponds to the