changeset 12080:7e6a8ce19977 libavcodec

fix comment grammar
author aurel
date Fri, 02 Jul 2010 19:26:27 +0000
parents e2d6add92a73
children 812e23197d64
files avcodec.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Fri Jul 02 17:05:36 2010 +0000
+++ b/avcodec.h	Fri Jul 02 19:26:27 2010 +0000
@@ -995,7 +995,8 @@
      * 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.
+     * This field has no meaning if the packet does not have AV_PKT_FLAG_KEY
+     * set.
      *
      * The purpose of this field is to allow seeking in streams that have no
      * keyframes in the conventional sense. It corresponds to the
@@ -3693,7 +3694,8 @@
      * 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.
+     * This field has no meaning if the packet does not have AV_PKT_FLAG_KEY
+     * set.
      *
      * The purpose of this field is to allow seeking in streams that have no
      * keyframes in the conventional sense. It corresponds to the