diff options
author | Linjie Fu <linjie.fu@intel.com> | 2023-02-16 13:46:28 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2023-02-27 13:42:06 +0800 |
commit | f45937754368fd6e34d4a4c61b8736f2d22136ab (patch) | |
tree | b0604e19e4a357efe249c6b1816aa58bc3621a09 /doc/APIchanges | |
parent | b09f31af1b5e483e614d0f5d673753c5ab778034 (diff) | |
download | ffmpeg-f45937754368fd6e34d4a4c61b8736f2d22136ab.tar.gz |
lavc/avcodec: Add HEVC Screen Content Coding Extensions profile
Described in HEVC spec A.3.7. Bump minor version and add APIchanges
entry for new added profile.
Signed-off-by: Linjie Fu <linjie.justin.fu@gmail.com>
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
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 0ba18e8609..9f851c7346 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-02-25 - xxxxxxxxxx - lavc 60.5.100 - avcodec.h + Add FF_PROFILE_HEVC_SCC. + -------- 8< --------- FFmpeg 6.0 was cut here -------- 8< --------- 2023-02-16 - 927042b409 - lavf 60.2.100 - avformat.h |