Document sws_freeContext().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29844 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
stefano 2009-11-07 09:23:11 +00:00
parent b963af59f1
commit 3591832515
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ typedef struct {
struct SwsContext;
/**
* Frees the swscaler context swsContext.
* If swsContext is NULL, then does nothing.
*/
void sws_freeContext(struct SwsContext *swsContext);
/**