[FFmpeg-cvslog] r32370 - trunk/libswscale/swscale.h

ramiro subversion
Sun Sep 26 22:31:04 CEST 2010


Author: ramiro
Date: Sun Sep 26 22:31:04 2010
New Revision: 32370

Log:
fix typos and grammar

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Sun Sep 26 21:48:49 2010	(r32369)
+++ trunk/libswscale/swscale.h	Sun Sep 26 22:31:04 2010	(r32370)
@@ -144,13 +144,14 @@ int sws_isSupportedInput(enum PixelForma
 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);
 



More information about the ffmpeg-cvslog mailing list