summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-07-02 19:26:27 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-07-02 19:26:27 +0000
commit8ee82f40caf2245c1ffa06481ff91e306c4becd1 (patch)
tree65589f58b9f0b019c5c41a0021261b8aaa6e9507 /libavcodec/avcodec.h
parent93eea20a793baf7357e374620b55f3793b873a2c (diff)
fix comment grammar
Originally committed as revision 24008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8ac85305d7..77d8349f20 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -995,7 +995,8 @@ 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.
+ * 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 @@ 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.
+ * 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