diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-05-28 14:29:19 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-06 13:59:28 +0200 |
commit | c35a51f4bb1b143a24d38e09967da0ecb0b58231 (patch) | |
tree | 11a939333be0bddafd0bcb9c9381901c76909faf /doc/APIchanges | |
parent | 4cbd1a8a54dd828701caffcfbda3cab41fa006d8 (diff) | |
download | ffmpeg-c35a51f4bb1b143a24d38e09967da0ecb0b58231.tar.gz |
lavc: add HEVC Multiview Main profile
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 9c3eeffff5..06cad83d64 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-xx-xx - xxxxxxx - lavc 61.12.100 - defs.h + Add AV_PROFILE_HEVC_MULTIVIEW_MAIN + 2024-09-xx - xxxxxxxxx - lavu 59.36.100 - opt.h Add av_opt_set_array() and AV_OPT_ARRAY_REPLACE. |