aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-11-25 11:02:11 -0300
committerJames Almer <jamrial@gmail.com>2023-12-18 15:18:05 -0300
commit556b596d1d9f1d9c6adfda666190a12020e420ed (patch)
treea1336b79d6cb7634c086111842341f5f2442e24a /doc/APIchanges
parentd2af93bbefcce7aae1f891023699bf976b8d0c18 (diff)
downloadffmpeg-556b596d1d9f1d9c6adfda666190a12020e420ed.tar.gz
avformat: introduce AVStreamGroup
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 563f67e488..4c45c4bbbc 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,15 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-12-18 - xxxxxxxxxxx - lavc 60.19.100 - avformat.h
+ Add AVStreamGroup struct.
+ Add AVFormatContext.stream_groups and AVFormatContext.nb_stream_groups
+ Add avformat_stream_group_create(), avformat_stream_group_add_stream(),
+ and av_stream_group_get_class().
+ Add enum AVStreamGroupParamsType with values AV_STREAM_GROUP_PARAMS_NONE,
+ AV_STREAM_GROUP_PARAMS_IAMF_AUDIO_ELEMENT and
+ AV_STREAM_GROUP_PARAMS_IAMF_MIX_PRESENTATION.
+
2023-12-18 - xxxxxxxxxxx - lavu 58.35.100 - iamf.h
Add a new API to support Immersive Audio Model and Formats.