mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
c581279347
commit
499287e0a5
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue