summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-05-16 00:01:14 +0100
committerLynne <dev@lynne.ee>2019-05-16 00:02:15 +0100
commit87ee9d580c44a949a1b0750950286954a952a289 (patch)
tree5e3b65f1d773933473e05d101ea9d69e1788cd41 /doc
parentae6486c6251039d3a6bb5a90e1d818331cf55edc (diff)
lavu: bump minor and update APIchanges for the new transform API
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 e75c4044ce..cf426e2e3b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2019-05-15 - b79b29ddb1 - lavu 56.28.100 - tx.h
+ Add av_tx_init(), av_tx_uninit() and related definitions.
+
2019-04-20 - 3153a6502a - lavc 58.52.100 - avcodec.h
Add AV_CODEC_FLAG_DROPCHANGED to allow avcodec_receive_frame to drop
frames whose parameters differ from first decoded frame in stream.