mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-22 00:20:07 +08:00
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
The low quality mode is off by default and never tested. The high quality mode is also plenty fast enough. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -38,6 +38,8 @@ static uint32_t expval_table[512][16];
|
||||
static float exp_table_float[512];
|
||||
static float expval_table_float[512][16];
|
||||
|
||||
#define FRAC_BITS 23
|
||||
|
||||
static void mpegaudio_tableinit(void)
|
||||
{
|
||||
int i, value, exponent;
|
||||
|
Reference in New Issue
Block a user