From af7d793c00666d57a9c2c5aa71ed3db5259d2089 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 8 Aug 2007 07:04:23 +0000 Subject: kill warning patch by Carl Eugen Hoyos [cehoyos * ag or at] Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cook.c') diff --git a/libavcodec/cook.c b/libavcodec/cook.c index c994a61..2765b12 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -270,7 +270,7 @@ static float *maybe_reformat_buffer32 (COOKContext *q, float *ptr, int n) return ptr; } -static int init_cplscales_table (COOKContext *q) { +static void init_cplscales_table (COOKContext *q) { int i; for (i=0;i<5;i++) q->cplscales[i] = maybe_reformat_buffer32 (q, cplscales[i], (1<<(i+2))-1); -- cgit v1.1