diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2024-06-11 16:23:00 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-07 12:38:50 -0300 |
commit | 46f7ea44563726b85fb11ce792b7273eb35db7df (patch) | |
tree | 4b942c781878b6205a96e9fb2ed73a168dcf1e5f /doc/APIchanges | |
parent | cd2f8a22e94700c68b1de7968df11e8bebfd315b (diff) | |
download | ffmpeg-46f7ea44563726b85fb11ce792b7273eb35db7df.tar.gz |
avformat: Add a new stream disposition for multilayer video
This lets us detect when a container has flagged a stream as multilayer.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 ac7953a49c..3afcb35ce0 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-07-07 - xxxxxxxxxx - lavf 61.5.100 - avformat.h + Add AV_DISPOSITION_MULTILAYER + 2024-07-02 - xxxxxxxxxx - lavu 59.28.100 - hwcontext_d3d12va.h Add AVD3D12VAFramesContext.flags |