mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
j2kenc: Fix "function declaration isn’t a prototype" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
cb9fe2745b
commit
03757d488f
@ -457,7 +457,7 @@ static void init_quantization(J2kEncoderContext *s)
|
||||
}
|
||||
}
|
||||
|
||||
static void init_luts()
|
||||
static void init_luts(void)
|
||||
{
|
||||
int i, a,
|
||||
mask = ~((1<<NMSEDEC_FRACBITS)-1);
|
||||
|
Loading…
Reference in New Issue
Block a user