1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-14 08:44:40 +02:00

avformat: add AV_STREAM_GROUP_PARAMS_DOLBY_VISION

This uses existing AVStreamGroupLayeredVideo.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2026-05-16 19:46:53 +02:00
committed by James Almer
parent 1e3883df9f
commit d7c7ee4e2e
6 changed files with 38 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ API changes, most recent first:
2026-05-xx - xxxxxxxxxx - lavf 62.19.100 - avformat.h
Add AVStreamGroupLayeredVideo
Add AVStreamGroup.params.layered_video
Add AV_STREAM_GROUP_PARAMS_DOLBY_VISION
2026-05-xx - xxxxxxxxxx - lavc 62.35.100 - packet.h
Add AV_PKT_DATA_HEVC_CONF side data type.