[SCM] libav/experimental: fix typos and grammar

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 33ce384688ffbd5d782368f6b5998d770ddd6e17
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sun Sep 26 20:31:04 2010 +0000

    fix typos and grammar
    
    Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index fb5b6de..13e8072 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -144,13 +144,14 @@ int sws_isSupportedInput(enum PixelFormat pix_fmt);
 int sws_isSupportedOutput(enum PixelFormat pix_fmt);
 
 /**
- * Alloctaes an empty SwsContext, this must be filled and passed to sws_init_context().
- * For filling see AVOptions, options.c and sws_setColorspaceDetails().
+ * Allocates an empty SwsContext. This must be filled and passed to
+ * sws_init_context(). For filling see AVOptions, options.c and
+ * sws_setColorspaceDetails().
  */
 struct SwsContext *sws_alloc_context(void);
 
 /**
- * Initializs the swscaler context sws_context.
+ * Initializes the swscaler context sws_context.
  */
 int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list