[FFmpeg-devel] [PATCH 1/6] lavfi/buffersink: add accessors for the stream properties.

Nicolas George george at nsup.org
Sun Dec 25 12:22:37 EET 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161225/c1f9f6d8/attachment.sig>


More information about the ffmpeg-devel mailing list