aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2024-01-29 21:35:41 +0100
committerMarton Balint <cus@passwd.hu>2024-02-12 21:03:45 +0100
commit4569b861322671dae4de2b48bdf455ea353a570f (patch)
tree135cb2bfcfd050c4ba49053f1c98510e93cf23a7 /doc
parent0748d2bbc79a77abb7ea49cdc3ef55ac2605eaa0 (diff)
downloadffmpeg-4569b861322671dae4de2b48bdf455ea353a570f.tar.gz
avutil/channel_layout: add av_channel_layout_custom_init()
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1f5724324a..cdb9b6a458 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:
+2024-02-xx - xxxxxxxxxx - lavu 58.37.100 - channel_layout.h
+ Add av_channel_layout_custom_init().
+
2024-02-04 - xxxxxxxxxx - lavc 60.39.100 - packet.h
Add AV_PKT_DATA_AMBIENT_VIEWING_ENVIRONMENT.