From 03757d488fc110b79e75be51d5f6fac1d4cdf4ef Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 30 Mar 2012 20:11:50 +0200 Subject: [PATCH] =?UTF-8?q?j2kenc:=20Fix=20"function=20declaration=20isn?= =?UTF-8?q?=E2=80=99t=20a=20prototype"=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Niedermayer --- libavcodec/j2kenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c index 01946bcece..f635986df9 100644 --- a/libavcodec/j2kenc.c +++ b/libavcodec/j2kenc.c @@ -457,7 +457,7 @@ static void init_quantization(J2kEncoderContext *s) } } -static void init_luts() +static void init_luts(void) { int i, a, mask = ~((1<