diff options
author | Niklas Haas <git@haasn.dev> | 2024-07-16 13:18:51 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-07-28 12:20:07 +0200 |
commit | cbea92c84d447bb6a4c7a7041938a5c1b7eeb879 (patch) | |
tree | e103e8d8f20f1e06345a4021837ca41cf1d35bb3 /doc/APIchanges | |
parent | 719e46f54c0f3ea557503ec4cd5618332484f78a (diff) | |
download | ffmpeg-cbea92c84d447bb6a4c7a7041938a5c1b7eeb879.tar.gz |
avutil/dovi_meta: add dv_md_compression to cfg record
This field is used to signal the compression method in use.
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 fb54c3fbc9..fb1e7e2dd8 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-28 - xxxxxxxxxx - lavu 59.30.100 - dovi_meta.h + Add AVDOVIDecoderConfigurationRecord.dv_md_compression. + 2024-07-25 - xxxxxxxxx - lavu 59.29.100 - cpu.h Add AV_CPU_FLAG_RVB. |