diff options
author | James Almer <jamrial@gmail.com> | 2019-10-14 12:05:01 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-10-14 12:05:01 -0300 |
commit | 5c3d521a942723313e53dbab284060071a4e0aea (patch) | |
tree | d5dd32005bfc5e1fc9ab2f5495d3d60c74681cc0 /doc/APIchanges | |
parent | c4d1603baff1885fd6cac95251e7857263b343fa (diff) | |
download | ffmpeg-5c3d521a942723313e53dbab284060071a4e0aea.tar.gz |
doc/APIchanges: add missing entry for the new runtime param AVOption flag
Signed-off-by: James Almer <jamrial@gmail.com>
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 9bfe153099..48168f82e6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2019-10-14 - f3746d31f9 - lavu 56.35.101 - opt.h + Add AV_OPT_FLAG_RUNTIME_PARAM. + 2019-09-25 - xxxxxxxxxx - lavc 58.59.100 - avcodec.h Add max_samples |