Add documentation for the returned value of sws_init_context().

Originally committed as revision 32400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Stefano Sabatini 2010-09-28 22:23:53 +00:00
parent c581279347
commit 499287e0a5
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ struct SwsContext *sws_alloc_context(void);
/**
* Initializes the swscaler context sws_context.
*
* @return zero or positive value on success, a negative value on
* error
*/
int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);