diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-04-23 19:02:03 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-04-25 09:40:52 +0800 |
commit | 5a2a1990319f141314b707676eca400e2d317189 (patch) | |
tree | d1e71d8478154de6cd42d5f1e78f7e6a5f75727b /doc/APIchanges | |
parent | 3e22e738c0c3be96d234a55d36a01c14ce592961 (diff) | |
download | ffmpeg-5a2a1990319f141314b707676eca400e2d317189.tar.gz |
lavu/version: bump minor version for DOVI sidedata
bump minor version for DOVI sidedata, because added the dovi_meta.h
as lavu API part. Also update APIchanges.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5aa25de616..b3e7e89412 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,8 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: -2020-04-22 - xxxxxxxxxx - lavc 58.81.100 - packet.h - Add AV_PKT_DATA_DOVI_CONF. +2020-04-22 - 0e1db79e37 - lavc 58.81.100 - packet.h + - lavu 56.43.100 - dovi_meta.h + Add AV_PKT_DATA_DOVI_CONF and AVDOVIDecoderConfigurationRecord. 2020-04-15 - xxxxxxxxxx - lavc 58.79.100 - avcodec.h Add formal support for calling avcodec_flush_buffers() on encoders. |