diff options
author | James Almer <jamrial@gmail.com> | 2018-03-16 00:19:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-03-16 00:19:45 -0300 |
commit | 7af2336598e99433a273fd0346fd456940f46f96 (patch) | |
tree | 73bbec503dea29eeae72a20b8921ba6a56a4122b /doc | |
parent | a675eed17538708a4efb90946b83161ec788b36a (diff) | |
download | ffmpeg-7af2336598e99433a273fd0346fd456940f46f96.tar.gz |
avutil: bump version after the latest AVOption flag addition
Signed-off-by: James Almer <jamrial@gmail.com>
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 395ac902dd..f757f5063e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-03-15 - e0e72539cf - lavu 56.10.100 - opt.h + Add AV_OPT_FLAG_BSF_PARAM + 2018-03-07 - xxxxxxx - lavu 56.9.100 - crc.h Add AV_CRC_8_EBU crc variant. |