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.
Showing
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavcodec/log2_tab.c 1 addition, 0 deletionslibavcodec/log2_tab.c
- libavformat/Makefile 1 addition, 0 deletionslibavformat/Makefile
- libavformat/log2_tab.c 1 addition, 0 deletionslibavformat/log2_tab.c
- libavutil/Makefile 1 addition, 0 deletionslibavutil/Makefile
- libavutil/log2_tab.c 30 additions, 0 deletionslibavutil/log2_tab.c
- libavutil/mathematics.c 0 additions, 11 deletionslibavutil/mathematics.c
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