Commit cbe60f34 authored by Rukhsana Ruby's avatar Rukhsana Ruby Committed by Michael Niedermayer

j2k: Add void as the parameter of function ff_j2k_init_tier1_luts

parent 83654c7b
......@@ -166,7 +166,7 @@ static int getsgnctxno(int flag, uint8_t *xorbit)
return ctxlbltab[hcontrib][vcontrib];
}
void ff_j2k_init_tier1_luts()
void ff_j2k_init_tier1_luts(void)
{
int i, j;
for (i = 0; i < 256; i++)
......
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