Mercurial > libavcodec.hg
changeset 12077:66cd745af30f libavcodec
clarify convergence_duration documentation
author | aurel |
---|---|
date | Fri, 02 Jul 2010 15:56:38 +0000 |
parents | 84df7b6b1929 |
children | c70e2fd8f35d |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Jul 02 15:00:21 2010 +0000 +++ b/avcodec.h Fri Jul 02 15:56:38 2010 +0000 @@ -995,6 +995,7 @@ * 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 @@ * 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