Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-28 01:01:49 +0300
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-28 17:41:15 +0300
commit79abf2d0ded860acf505de22c4f7a750e5e98446 (patch)
treeb06a373e2e9fe43ba605f3a918d89421be672721 /libavcodec/aacenc_utils.h
parent861f2b2a536b4bdc97cd4f4f14fcb08b957fe690 (diff)
avcodec/aac_tablegen: get rid of hardcoded tables entirely
Commit 96786a12f6df26990bbe7c0ca4592b3731724469 makes runtime initialization cheap. Tested with FATE, with/without --enable-hardcoded-tables. Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'libavcodec/aacenc_utils.h')
-rw-r--r--libavcodec/aacenc_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacenc_utils.h b/libavcodec/aacenc_utils.h
index 12ff797391..40e1746639 100644
--- a/libavcodec/aacenc_utils.h
+++ b/libavcodec/aacenc_utils.h
@@ -29,8 +29,8 @@
#define AVCODEC_AACENC_UTILS_H
#include "aac.h"
-#include "aac_tablegen_decl.h"
#include "aacenctab.h"
+#include "aactab.h"
#define ROUND_STANDARD 0.4054f
#define ROUND_TO_ZERO 0.1054f