Commit ed796fba authored by Maxim Poliakovski's avatar Maxim Poliakovski Committed by Diego Biurrun

atrac3: Better name for IMDCT window initialization

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent be764150
......@@ -170,7 +170,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;
......@@ -777,7 +777,7 @@ static av_cold void atrac3_init_static_data(AVCodec *codec)
{
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