summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/swscale.h')
-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);
/**