Commit ecded693 authored by stefano's avatar stefano

Document sws_freeContext().


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29844 b3059339-0415-0410-9bf9-f77b7e298cf2
parent d763d986
...@@ -112,6 +112,10 @@ typedef struct { ...@@ -112,6 +112,10 @@ typedef struct {
struct SwsContext; struct SwsContext;
/**
* Frees the swscaler context swsContext.
* If swsContext is NULL, then does nothing.
*/
void sws_freeContext(struct SwsContext *swsContext); void sws_freeContext(struct SwsContext *swsContext);
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment