diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-06-29 11:44:24 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-06-29 18:23:28 +0200 |
commit | 1a75145559d39a60a6cdb55bf6a3eff5e41c200c (patch) | |
tree | ae8dff042155a26e1d88d71f5c4a867c863dcaa4 /doc/APIchanges | |
parent | 4890b0851c5e6b607c9b8695166f13dc770b19bc (diff) | |
download | ffmpeg-1a75145559d39a60a6cdb55bf6a3eff5e41c200c.tar.gz |
lavfi: Move new field to the end of AVFilterContext
This fixes an accidental ABI break introduced at 8688d3a.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6dd5ad7b0e..47106c22e7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,14 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-06-29 - xxxxxxx - lavfi 6.47.100 - avfilter.h + Fix accidental ABI breakage in AVFilterContext. + ABI was broken in 8688d3a, lavfi 6.42.100 and released as ffmpeg 3.1. + + Because of this, ffmpeg and ffplay built against lavfi>=6.42.100 will not be + compatible with lavfi>=6.47.100. Potentially also affects other users of + libavfilter if they are using one of the affected fields. + -------- 8< --------- FFmpeg 3.1 was cut here -------- 8< --------- 2016-06-26 - 481f320 / 1c9e861 - lavu 55.27.100 / 55.13.0 - hwcontext.h |