diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-17 12:16:38 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-21 23:25:36 +0100 |
commit | 86c909558ce3e7505d5a63647c27cd0a4314a603 (patch) | |
tree | 05296e13d5d68a282271d8e5c950a86db5be015f /libavcodec/aptx.c | |
parent | 495de744fa949eb789441349736bedc2301d0b61 (diff) | |
download | ffmpeg-86c909558ce3e7505d5a63647c27cd0a4314a603.tar.gz |
avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h
It is a more fitting place for them.
Also move the definition of ff_log2_run to mathtables.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/aptx.c')
-rw-r--r-- | libavcodec/aptx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aptx.c b/libavcodec/aptx.c index b1a78c5f77..f2604be60c 100644 --- a/libavcodec/aptx.c +++ b/libavcodec/aptx.c @@ -21,7 +21,7 @@ */ #include "aptx.h" -#include "internal.h" +#include "mathops.h" static const int32_t quantize_intervals_LF[65] = { |