[FFmpeg-devel] [PATCH 2/2] lavfi: make filter_frame non-recursive.

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Mon Nov 28 01:08:33 EET 2016


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


More information about the ffmpeg-devel mailing list