diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-01 11:53:40 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-05 03:28:45 +0200 |
commit | e081358e8d838b9d83c75fe58780b66cbbf3153d (patch) | |
tree | 9227f16bbba4e62e50e116c6ed2611e024d8dc15 | |
parent | 386990a955c55e06dac278ea4d6cef940fb58e12 (diff) | |
download | ffmpeg-e081358e8d838b9d83c75fe58780b66cbbf3153d.tar.gz |
avcodec/aacenc_tns: Remove unused header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/aacenc_tns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c index 2ffe1f8de8..195ff5e2b7 100644 --- a/libavcodec/aacenc_tns.c +++ b/libavcodec/aacenc_tns.c @@ -30,7 +30,6 @@ #include "aacenc_tns.h" #include "aactab.h" #include "aacenc_utils.h" -#include "aacenc_quantization.h" /* Could be set to 3 to save an additional bit at the cost of little quality */ #define TNS_Q_BITS 4 |