changeset 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 134b728f4aac
children 777f250df232
files jpeg_ls.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;