diff --git a/libavcodec/jpeg_ls.c b/libavcodec/jpeg_ls.c index 136e3fb80922786debca5c9eaacd4eca273a1f95..855fc73da0331f220757f4a6500aabe5d78d5945 100644 --- a/libavcodec/jpeg_ls.c +++ b/libavcodec/jpeg_ls.c @@ -187,7 +187,7 @@ static int decode_lse(MJpegDecodeContext *s) 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;