diff options
author | Niklas Haas <git@haasn.dev> | 2024-10-14 15:16:26 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-10-23 23:06:55 +0200 |
commit | b03c758600f0767d54ae663dadc8f698b79cd1c4 (patch) | |
tree | d6af910da7be33f57e5a9ad27ac87237ddd92bd4 /doc/APIchanges | |
parent | 5e50a56b9c4998838005ddaaed1422a9d717c50f (diff) | |
download | ffmpeg-b03c758600f0767d54ae663dadc8f698b79cd1c4.tar.gz |
swscale: add sws_is_noop()
Exactly what it says on the tin.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7d94b7bf97..eeb859b873 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.9.100 - swscale.h + Add sws_is_noop(). + 2024-10-23 - xxxxxxxxxx - lsws 8.8.100 - swscale.h Add frame property testing API: - sws_test_format() |