diff options
author | James Almer <jamrial@gmail.com> | 2024-02-10 20:05:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-02-13 09:51:28 -0300 |
commit | ec2036454bcdc6c12382961d4ab539c2f9b70ec8 (patch) | |
tree | fd68ec9a5b0985d681f8891ce2be124cd0a7190e /doc | |
parent | 106527d2e5b8fa390f1becb6095eac2127382c28 (diff) | |
download | ffmpeg-ec2036454bcdc6c12382961d4ab539c2f9b70ec8.tar.gz |
avformat: add a disposition field to AVStreamGroup
The existing (and upcoming) available group types are meant to combine several
streams for presentation, with the result being treated as if it was a stream
itself.
For example, a file could export two stream groups of the same type with one of
them as the "default".
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 221fea30c2..77b9740891 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-13 - xxxxxxxxxx - lavf 60.21.100 - avformat.h + Add AVStreamGroup.disposition. + 2024-02-xx - xxxxxxxxxx - lavu 58.38.100 - channel_layout.h Add av_channel_layout_retype(). |