>Everything prefixed with ff are private symbols in ffmpeg, and as such >are not supposed to be exposed in link libraries, because they are not >part of the public API/ABI. >There are already too many exceptions to this, and this avoided even >more.
This pleads for static local copies. BTW, would there be much overhead in declaring ff_log2_tab locally in each function that uses it, with current day compilers? R _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
