On 27.11.2016 17:08, Nicolas George wrote: > Changed the private fields: directly in avfilter.h with discreet ifdef > (preferred by Clément) with guarding reserved field (must urgent > countermeasure).
Thanks. > I made a few tests and it seems making AVFilterLink completely opaque would > be really not much work, just a few accessor functions for buffersink and > the corresponding change in ffmpeg*.c. > > Still, it requires the whole deprecation dance, so it will not happen > immediately. And it conflicts with this patch, si I would like to apply it > before starting on it. How would it conflict with this patch? Unless I misunderstood something the deprecation should only affect the public API, while this change should only affect the internal parts, so the only possible conflict could be in avfilter.h, where it would be easy to resolve. Best regards, Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel