ffmpeg/libavformat/log2_tab.c
Diego Biurrun 930c9d4373 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.
2012-10-12 20:39:17 +02:00

2 lines
32 B
C

#include "libavutil/log2_tab.c"