summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2023-03-17 18:51:16 +0800
committerZhao Zhili <zhilizhao@tencent.com>2023-03-17 18:51:16 +0800
commit3be46ee7672b2363058c9f7116d04b09a82b1202 (patch)
treec57cbf46ae69d3c14ab32e67c0f8cbf1aa2fb2db /doc
parent6273fb36ccefa38f4bd378d1611375492e70cac6 (diff)
downloadffmpeg-3be46ee7672b2363058c9f7116d04b09a82b1202.tar.gz
libavutil/hdr_dynamic_vivid_metadata: fix three spline params
There are two group of three_Spline params. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 14737223cb..5914fac2cd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-03-17 - xxxxxxxxxx - lavu 58.4.100 - hdr_dynamic_vivid_metadata.h
+ Add two group of three spline params.
+ Deprecate previous define which only supports one group of params.
+
2023-03-02 - xxxxxxxxxx - lavc 60.6.100 - avcodec.h
Add FF_PROFILE_EAC3_DDP_ATMOS, FF_PROFILE_TRUEHD_ATMOS,
FF_PROFILE_DTS_HD_MA_X and FF_PROFILE_DTS_HD_MA_X_IMAX.