diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-11-17 11:04:58 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-11-17 11:09:13 +0530 |
commit | b741a84a15aed8afa01800dbc4b8b0e344e5d2da (patch) | |
tree | d96d2386a1a5a5400e72572083390521ba14dc12 | |
parent | 1c23abc88fef0a0c8486bf0ec3594f8e2d26d83f (diff) | |
download | ffmpeg-b741a84a15aed8afa01800dbc4b8b0e344e5d2da.tar.gz |
doc/APIchanges: update for av_expr_count_vars
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 48168f82e6..401c65a753 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2019-11-17 - 1c23abc88f - lavu 56.36.100 - eval API + Add av_expr_count_vars(). + 2019-10-14 - f3746d31f9 - lavu 56.35.101 - opt.h Add AV_OPT_FLAG_RUNTIME_PARAM. |