summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2020-04-22 19:47:32 +0800
committerJun Zhao <barryjzhao@tencent.com>2020-04-23 08:06:42 +0800
commit54f100272a363d119bc862df23c6191676b97ea7 (patch)
tree3788ea8bb1ab6a7c3d876046a08cae156c23c495 /doc
parent7fd70ad9e97c57efcf7734a5c80e83d52606efa9 (diff)
doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
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.