summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-07-02 15:56:38 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-07-02 15:56:38 +0000
commit08b04ba9ce63403325f9f50992ae17ddb06cc889 (patch)
tree852790269b60ace47233f2f1e864095129e8e799 /libavcodec/avcodec.h
parentdf0a6d0d242f3315baf7193d5e023e84de2e7adf (diff)
clarify convergence_duration documentation
Originally committed as revision 24001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b99b94dcb5..8ac85305d7 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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