diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 13:48:44 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 13:48:44 -0500 |
commit | 032e39643a289df092067142058dfd4e59667d52 (patch) | |
tree | 7877b1fba3ee0baf7d9c87af9d3f8cb264e182b3 /libs/ffvpx/libavcodec/log2_tab.c | |
parent | cc621e1829f61df96473cd04fb8ba27a65c99e13 (diff) | |
download | aura-central-032e39643a289df092067142058dfd4e59667d52.tar.gz |
Issue %3003 - Move ffvpx to libs/
Diffstat (limited to 'libs/ffvpx/libavcodec/log2_tab.c')
-rw-r--r-- | libs/ffvpx/libavcodec/log2_tab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ffvpx/libavcodec/log2_tab.c b/libs/ffvpx/libavcodec/log2_tab.c new file mode 100644 index 000000000..47a1df03b --- /dev/null +++ b/libs/ffvpx/libavcodec/log2_tab.c @@ -0,0 +1 @@ +#include "libavutil/log2_tab.c" |