Le quartidi 4 nivôse, an CCXXV, Michael Niedermayer a écrit :
> My oppinion is that If we intend to have AVFilterLink public in the
> future then making it private now is a bad idea and wasted time.

Something I just remembered:

With the prospect of inter-filters threading, it is better if even our
own filters do not access links directly, because then it is only
necessary to add synchronization in the helper functions.

What about moving the definition in its own header?

For compatibility at the beginning, this header can be included by
avfilter.h, but then it can either be made private or stay there to be
included by the parts of the code that really need it.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to