[SCM] libav/experimental: Fix trivial punctuation error

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 53128bc3712bf57088e57cea840c0497d503043c
Author: Peter Ross <pross at xvid.org>
Date:   Sun Jul 11 05:06:08 2010 +0000

    Fix trivial punctuation error
    
    Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9ae98b5..05c96e8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1397,7 +1397,7 @@ typedef struct AVCodecContext {
      * avcodec_default_get_buffer() instead of providing buffers allocated by
      * some other means.
      * - encoding: unused
-     * - decoding: Set by libavcodec., user can override.
+     * - decoding: Set by libavcodec, user can override.
      */
     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
 
@@ -1406,7 +1406,7 @@ typedef struct AVCodecContext {
      * A released buffer can be reused in get_buffer().
      * pic.data[*] must be set to NULL.
      * - encoding: unused
-     * - decoding: Set by libavcodec., user can override.
+     * - decoding: Set by libavcodec, user can override.
      */
     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
 
@@ -2029,7 +2029,7 @@ typedef struct AVCodecContext {
      * avcodec_default_reget_buffer() instead of providing buffers allocated by
      * some other means.
      * - encoding: unused
-     * - decoding: Set by libavcodec., user can override
+     * - decoding: Set by libavcodec, user can override.
      */
     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list