fix typos and grammar
Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -144,13 +144,14 @@ int sws_isSupportedInput(enum PixelFormat pix_fmt);
|
|||||||
int sws_isSupportedOutput(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().
|
* Allocates an empty SwsContext. This must be filled and passed to
|
||||||
* For filling see AVOptions, options.c and sws_setColorspaceDetails().
|
* sws_init_context(). For filling see AVOptions, options.c and
|
||||||
|
* sws_setColorspaceDetails().
|
||||||
*/
|
*/
|
||||||
struct SwsContext *sws_alloc_context(void);
|
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);
|
int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user