diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-04-22 19:47:32 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-04-23 08:06:42 +0800 |
commit | 54f100272a363d119bc862df23c6191676b97ea7 (patch) | |
tree | 3788ea8bb1ab6a7c3d876046a08cae156c23c495 /doc/APIchanges | |
parent | 7fd70ad9e97c57efcf7734a5c80e83d52606efa9 (diff) | |
download | ffmpeg-54f100272a363d119bc862df23c6191676b97ea7.tar.gz |
doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry
Signed-off-by: Jun Zhao <barryjzhao@tencent.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 e30148dc90..5aa25de616 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +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-15 - xxxxxxxxxx - lavc 58.79.100 - avcodec.h Add formal support for calling avcodec_flush_buffers() on encoders. Encoders that set the cap AV_CODEC_CAP_ENCODER_FLUSH will be flushed. |