Mercurial > mplayer.hg
changeset 32284:d491698b1162
fix typos and grammar
author | ramiro |
---|---|
date | Sun, 26 Sep 2010 20:31:04 +0000 |
parents | f6dfebf94d11 |
children | 150de764e80b |
files | libswscale/swscale.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);