diff options
author | James Almer <jamrial@gmail.com> | 2024-05-13 21:10:06 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-05-23 12:07:19 -0300 |
commit | 8c974494822cdb59cbc271c5dfec4771a579d668 (patch) | |
tree | d609fd5a58fc77e12e780ae979a1a4c259cda0a5 /doc/APIchanges | |
parent | 8155808ce6030a6aed3201cf426a256776a36392 (diff) | |
download | ffmpeg-8c974494822cdb59cbc271c5dfec4771a579d668.tar.gz |
avutil/channel_layout: add a helper function to get the ambisonic order of a layout
Signed-off-by: James Almer <jamrial@gmail.com>
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 269fd36559..60f056b863 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-05-23 - xxxxxxxxxx - lavu 59.20.100 - channel_layout.h + Add av_channel_layout_ambisonic_order(). + 2024-05-xx - xxxxxxxxxx - lavu 59.19.100 - hwcontext_qsv.h Add AVQSVFramesContext.info |