diff jpeg_ls.c @ 4907:2eac08efc196 libavcodec

Fix warning: In file included from mjpeg.c:903: jpeg_ls.c:190: warning: ¡Æinline¡Ç is not at beginning of declaration
author diego
date Sat, 05 May 2007 11:14:03 +0000
parents a96d905dcbaa
children
line wrap: on
line diff
--- a/jpeg_ls.c	Sat May 05 09:15:03 2007 +0000
+++ b/jpeg_ls.c	Sat May 05 11:14:03 2007 +0000
@@ -187,7 +187,7 @@
     return 0;
 }
 
-static void inline downscale_state(JLSState *state, int Q){
+static inline void downscale_state(JLSState *state, int Q){
     if(state->N[Q] == state->reset){
         state->A[Q] >>=1;
         state->B[Q] >>=1;