Re: [FFmpeg-devel] [PATCH] lavfi: Move new field to the end of AVFilterContext

2016-06-29 Thread Michael Niedermayer
On Wed, Jun 29, 2016 at 03:47:12PM +0200, Timo Rothenpieler wrote: > > (1) Iam not sure APIchanges, RELEASE_NOTES or Changelog is the best > > place, iam fine with any of them ... > > APIchanges seems like the place where a distribution maintainer would > most likely look for something like

Re: [FFmpeg-devel] [PATCH] lavfi: Move new field to the end of AVFilterContext

2016-06-29 Thread Timo Rothenpieler
> (1) Iam not sure APIchanges, RELEASE_NOTES or Changelog is the best > place, iam fine with any of them ... APIchanges seems like the place where a distribution maintainer would most likely look for something like this to me. ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavfi: Move new field to the end of AVFilterContext

2016-06-29 Thread Michael Niedermayer
On Wed, Jun 29, 2016 at 03:24:22PM +0200, Timo Rothenpieler wrote: > This fixes an accidental ABI break introduced at 8688d3a. > --- > doc/APIchanges | 8 > libavfilter/avfilter.h | 14 +++--- > libavfilter/version.h | 4 ++-- > 3 files changed, 17 insertions(+), 9

[FFmpeg-devel] [PATCH] lavfi: Move new field to the end of AVFilterContext

2016-06-29 Thread Timo Rothenpieler
This fixes an accidental ABI break introduced at 8688d3a. --- doc/APIchanges | 8 libavfilter/avfilter.h | 14 +++--- libavfilter/version.h | 4 ++-- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 6dd5ad7..47106c2