diff options
author | Marton Balint <cus@passwd.hu> | 2024-01-29 23:56:33 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2024-02-12 21:03:45 +0100 |
commit | 66386bf2a2a246b733114df02de73285deadfe64 (patch) | |
tree | 783978171f049589f7c7d33e7019f348d2eba5f9 /doc/APIchanges | |
parent | 4569b861322671dae4de2b48bdf455ea353a570f (diff) | |
download | ffmpeg-66386bf2a2a246b733114df02de73285deadfe64.tar.gz |
avutil/channel_layout: add av_channel_layout_retype()
Signed-off-by: Marton Balint <cus@passwd.hu>
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 cdb9b6a458..221fea30c2 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.38.100 - channel_layout.h + Add av_channel_layout_retype(). + 2024-02-xx - xxxxxxxxxx - lavu 58.37.100 - channel_layout.h Add av_channel_layout_custom_init(). |