]> git.sesse.net Git - ffmpeg/commitdiff
Document sws_freeContext().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 Nov 2009 09:23:11 +0000 (09:23 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 Nov 2009 09:23:11 +0000 (09:23 +0000)
Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.h

index abc23fcf406f0c1a937e527fd0b00f7b35b411a8..9a088af3fc87f527d95973c2f5a44f76ca1e82c2 100644 (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);
 
 /**