mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-09 05:47:24 +00:00
Fix warning:
In file included from mjpeg.c:903: jpeg_ls.c:190: warning: ‘inline’ is not at beginning of declaration Originally committed as revision 8893 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ab8a0d04e9
commit
58170ffdf7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user