diff options
author | Lynne <dev@lynne.ee> | 2019-05-16 00:01:14 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2019-05-16 00:02:15 +0100 |
commit | 87ee9d580c44a949a1b0750950286954a952a289 (patch) | |
tree | 5e3b65f1d773933473e05d101ea9d69e1788cd41 /doc | |
parent | ae6486c6251039d3a6bb5a90e1d818331cf55edc (diff) | |
download | ffmpeg-streaming-87ee9d580c44a949a1b0750950286954a952a289.zip ffmpeg-streaming-87ee9d580c44a949a1b0750950286954a952a289.tar.gz |
lavu: bump minor and update APIchanges for the new transform API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e75c404..cf426e2 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. |