aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-10-24 12:07:46 +0200
committerNiklas Haas <git@haasn.dev>2024-11-25 10:59:49 +0100
commited5dd675624c83d9c69b406ce30e4e09f29970e3 (patch)
tree22dcee8f762cbce5b9a8d745cd2d758736e402ec /doc/APIchanges
parent4472dec51d834167fae1dc36357bbaa1482372a0 (diff)
downloadffmpeg-ed5dd675624c83d9c69b406ce30e4e09f29970e3.tar.gz
swscale: expose SwsContext publicly
Following in the footsteps of the work in the previous commit, it's now relatively straightforward to expose the options struct publicly as SwsContext. This is a step towards making this more user friendly, as well as following API conventions established elsewhere. 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 d477904856..a0c6b2c82a 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-11-25 - xxxxxxxxxx - lsws 8.10.100 - swscale.h
+ Publicly expose struct SwsContext, enum SwsDither, and enum SwsAlphaBlend.
+
2024-11-16 - xxxxxxxxxx - lavu 59.47.101 - frame.h
av_frame_get_buffer() now also aligns the data pointers according to
the requested alignment.