[SCM] libav/experimental: fix comment grammar

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:09 UTC 2013


The following commit has been merged in the experimental branch:
commit 8ee82f40caf2245c1ffa06481ff91e306c4becd1
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Fri Jul 2 19:26:27 2010 +0000

    fix comment grammar
    
    Originally committed as revision 24008 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8ac8530..77d8349 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list