Re: [FFmpeg-devel] [PATCH 2/3] lavfi: Move new field to the end of AVFilterLink

2016-06-29 Thread Michael Niedermayer
On Wed, Jun 29, 2016 at 11:58:02AM +0200, Timo Rothenpieler wrote: > Even though this is not part of the public API, some external > applications access fields after it, thus breaking after updating from > ffmpeg 3.0 or earlier. > Since it is not public, it can be freely moved to the end to avoid

[FFmpeg-devel] [PATCH 2/3] lavfi: Move new field to the end of AVFilterLink

2016-06-29 Thread Timo Rothenpieler
Even though this is not part of the public API, some external applications access fields after it, thus breaking after updating from ffmpeg 3.0 or earlier. Since it is not public, it can be freely moved to the end to avoid that problem in the future. --- libavfilter/avfilter.h | 12 ++--