diff options
author | Nicolas George <george@nsup.org> | 2020-04-16 21:36:00 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2020-05-23 15:51:44 +0200 |
commit | 6b65c4ec54511871f345cfa76a499fa65d94c0b8 (patch) | |
tree | 189dc349ae343acf78b1b05de630a0bfb200b545 /doc/APIchanges | |
parent | beb98c0181b70c0d32cf19efe2a78d2c397b2508 (diff) | |
download | ffmpeg-6b65c4ec54511871f345cfa76a499fa65d94c0b8.tar.gz |
lavu: add av_gcd_q().
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 34ca7ec1bb..b3de5df0b6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-05-23 - xxxxxxxxxx - lavu 56.47.100 - rational.h + Add av_gcd_q(). + 2020-05-22 - xxxxxxxxxx - lavu 56.46.101 - opt.h Add AV_OPT_FLAG_CHILD_CONSTS. |