Commit 2d528349 authored by Maxim Poliakovski's avatar Maxim Poliakovski Committed by Michael Niedermayer

atrac3: Better name for imdct window initialization

Patch by Diego Biurrun.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4fb8de08
......@@ -171,7 +171,7 @@ static int decode_bytes(const uint8_t *input, uint8_t *out, int bytes)
return off;
}
static av_cold void init_atrac3_window(void)
static av_cold void init_imdct_window(void)
{
int i, j;
......@@ -776,7 +776,7 @@ static av_cold void atrac3_init_static_data(void)
{
int i;
init_atrac3_window();
init_imdct_window();
ff_atrac_generate_tables();
/* Initialize the VLC tables. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment