# HG changeset patch # User ramiro # Date 1285533064 0 # Node ID d491698b1162237636882241707f581510d0819a # Parent f6dfebf94d11e73d18f1915160686109cf96a81e fix typos and grammar diff -r f6dfebf94d11 -r d491698b1162 libswscale/swscale.h --- a/libswscale/swscale.h Sun Sep 26 19:48:49 2010 +0000 +++ b/libswscale/swscale.h Sun Sep 26 20:31:04 2010 +0000 @@ -144,13 +144,14 @@ 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);