summaryrefslogtreecommitdiff
path: root/libavutil/log2_tab.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer2012-10-131-4/+6
| | | | | | | * commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066': avutil: Duplicate ff_log2_tab instead of sharing it across libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-121-0/+30
The table is so small that the space gain is not worth the performance overhead of cross-library access.