Mercurial > mplayer.hg
changeset 29802:c2e91cf65729
Document sws_freeContext().
author | stefano |
---|---|
date | Sat, 07 Nov 2009 09:23:11 +0000 |
parents | 7ac1f37f8aa5 |
children | 3b42ce7b09cf |
files | libswscale/swscale.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); /**