aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-10-09 23:15:48 +0200
committerNiklas Haas <git@haasn.dev>2024-10-23 23:04:04 +0200
commit87baf9ab2c2465034a90a59308fab34e2801f2b3 (patch)
tree27c72ad41551d0aea21ad80a2f2964143e7c19f6 /doc/APIchanges
parent3bf12beae9eea20b4b6270a9228c877223e81157 (diff)
downloadffmpeg-87baf9ab2c2465034a90a59308fab34e2801f2b3.tar.gz
swscale: add sws_free_context()
Merely a convenience wrapper around sws_freeContext(). The name change is for parity with the other sws_* functions. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e71ca57119..c1336d4e40 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-10-23 - xxxxxxxxxx - lsws 8.7.100 - swscale.h
+ Add sws_free_context().
+
2024-10-23 - xxxxxxxxxx - lavu 59.45.100 - pixfmt.h
Add AV_PIX_FMT_Y216.