# HG changeset patch # User stefano # Date 1257585791 0 # Node ID c2e91cf6572933a62fc520315776de2389190fd4 # Parent 7ac1f37f8aa5da5a58e01b0472332f74326c512b Document sws_freeContext(). diff -r 7ac1f37f8aa5 -r c2e91cf65729 libswscale/swscale.h --- a/libswscale/swscale.h Fri Nov 06 16:16:22 2009 +0000 +++ b/libswscale/swscale.h Sat Nov 07 09:23:11 2009 +0000 @@ -112,6 +112,10 @@ struct SwsContext; +/** + * Frees the swscaler context swsContext. + * If swsContext is NULL, then does nothing. + */ void sws_freeContext(struct SwsContext *swsContext); /**