diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-04-05 13:09:48 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 11:48:05 -0300 |
commit | 85ba17f36dbfde1baeaa47e14d30c337add52c0d (patch) | |
tree | 6577493e7df3bdd3c062a243c2ee8298a8293d68 /doc | |
parent | fe95a37144077d1f652088fcb25b2949e4a3da19 (diff) | |
download | ffmpeg-85ba17f36dbfde1baeaa47e14d30c337add52c0d.tar.gz |
Bump major versions of all libraries.
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 14dfb58904..9d68a912eb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,14 +2,14 @@ Never assume the API of libav* to be stable unless at least 1 month has passed since the last major version increase or the API was added. The last version increases were: -libavcodec: 2017-10-21 -libavdevice: 2017-10-21 -libavfilter: 2017-10-21 -libavformat: 2017-10-21 -libpostproc: 2017-10-21 -libswresample: 2017-10-21 -libswscale: 2017-10-21 -libavutil: 2017-10-21 +libavcodec: 2021-04-27 +libavdevice: 2021-04-27 +libavfilter: 2021-04-27 +libavformat: 2021-04-27 +libpostproc: 2021-04-27 +libswresample: 2021-04-27 +libswscale: 2021-04-27 +libavutil: 2021-04-27 API changes, most recent first: |