avutil: Duplicate ff_log2_tab instead of sharing it across libs
The table is so small that the space gain is not worth the performance overhead of cross-library access.
libavcodec/log2_tab.c
0 → 100644
libavformat/log2_tab.c
0 → 100644
libavutil/log2_tab.c
0 → 100644
Please register or sign in to comment