aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2023-12-02 22:15:14 +0100
committerMarton Balint <cus@passwd.hu>2023-12-13 18:51:32 +0100
commit5475f665f60e7a297d4e650c76678af3225304b1 (patch)
treebf98e8562fdefa4c8d252eba2daf9f489331324e /doc/APIchanges
parent0ae8afffb40ffd001a27926bd869de746a1bf879 (diff)
downloadffmpeg-5475f665f60e7a297d4e650c76678af3225304b1.tar.gz
avutil/imgutils: add new function av_image_fill_color()
Signed-off-by: Marton Balint <cus@passwd.hu>
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 4a2dc1c44f..2b0326165e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-12-xx - xxxxxxxxxxx - lavu 58.33.100 - imgutils.h
+ Add av_image_fill_color().
+
2023-11-08 - b82957a66a7 - lavu 58.32.100 - channel_layout.h
Add AV_CH_LAYOUT_7POINT2POINT3 and AV_CHANNEL_LAYOUT_7POINT2POINT3.
Add AV_CH_LAYOUT_9POINT1POINT4_BACK and AV_CHANNEL_LAYOUT_9POINT1POINT4_BACK.