Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066' | Michael Niedermayer | 2012-10-13 | 1 | -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 libs | Diego Biurrun | 2012-10-12 | 1 | -0/+30 |
The table is so small that the space gain is not worth the performance overhead of cross-library access. |