You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
j2kenc: Fix "function declaration isn’t a prototype" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user