On Thu, Nov 30, 2017 at 10:19:36PM -0300, James Almer wrote: > Signed-off-by: James Almer <jamr...@gmail.com> > --- > Pros: > Removes duplicate arrays and ugly c file including c files >
> Cons: > Makes the array in libavutil effectively part of the ABI. > Might not be worth doing for 256 bytes if iam not mistaken Accessing symbols accross libs cannot avoid indirection easily. within a lib one can point to the table directly so depending on platform this should be slower with shared libs (this is all of course not strictly unavoidable, it could be done differently but its the way it works on linux if i dont misremember) [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to try to make unequal things equal. -- Aristotle
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel