summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-07 09:23:11 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-07 09:23:11 +0000
commit35918325154651910a618843638ea4b9cf89edd0 (patch)
tree18c68b76436c26eb00ee2dfd05a01d93107eb910 /libswscale
parentb963af59f1d30704c2e47979bfe9d544eadc0d6b (diff)
downloadmpv-35918325154651910a618843638ea4b9cf89edd0.tar.bz2
mpv-35918325154651910a618843638ea4b9cf89edd0.tar.xz
Document sws_freeContext().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29844 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index abc23fcf40..9a088af3fc 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -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);
/**