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

Clément Bœsch u at pkh.me
Mon Nov 14 20:53:54 EET 2016


On Mon, Nov 14, 2016 at 05:42:51PM +0100, Nicolas George wrote:
[...]
> What about:
> 
> struct AVFilterLink {
>     ...
> #ifdef FF_INTERNAL_API
> #inclde "avfilterlink_internal.h"
> #endif
> 

I'm OK to make an exception for filter links that way if it's really
important for you, but I don't think that's a good way of dealing with the
problem in the rest of the codebase.

-- 
Clément B.


More information about the ffmpeg-devel mailing list