[FFmpeg-devel] [PATCH] avutil/frame: Move new field to the end of AVFrame

Timo Rothenpieler timo at rothenpieler.org
Thu Jun 30 00:39:33 CEST 2016


On 6/29/2016 10:31 PM, Michael Niedermayer wrote:
> This is a similar ABI fix to 1eb43af1a0e542ad83dcbf327197785d815fc42d

+1 for this.

While it's true that all fields after it are not public API/ABI, a lot
of software seems to misuse it, so to avoid too much trouble for now,
this should be fixed.

We should then talk about how to avoid such problems in the future, i.e.
how to make private fields truely private.


More information about the ffmpeg-devel mailing list