diff options
author | quietvoid <tcChlisop0@gmail.com> | 2022-08-06 09:42:59 -0400 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-04-03 16:16:23 +0200 |
commit | 78076ede2960debdba4e12aca594897ab11e5417 (patch) | |
tree | 7a69935073284194e49a5ad07e413b0f294127f2 /doc/APIchanges | |
parent | 591e27d1e7b21b66f81c53f381356c5e6f1f0451 (diff) | |
download | ffmpeg-78076ede2960debdba4e12aca594897ab11e5417.tar.gz |
avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivots
The NLQ pivots are not documented but should be present in the header
for profile 7 RPU format. It has been verified using Dolby's
verification toolkit.
Signed-off-by: quietvoid <tcChlisop0@gmail.com>
Signed-off-by: Niklas Haas <git@haasn.dev>
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 e7677658b1..6ce69fbabc 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-04-xx - xxxxxxxxxx - lavu 59.11.100 - dovi_meta.h + Add AVDOVIDataMapping.nlq_pivots. + 2024-03-29 - xxxxxxxxxx - lavf 61.3.100 - avformat.h Add AVFormatContext.duration_probesize. |