mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 21:42:09 +00:00
avcodec/vp8: Suppress empty body warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
890b874889
commit
0a6b410edf
@ -2259,8 +2259,8 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
|
||||
} \
|
||||
} while (0)
|
||||
#else
|
||||
#define check_thread_pos(td, otd, mb_x_check, mb_y_check)
|
||||
#define update_pos(td, mb_y, mb_x)
|
||||
#define check_thread_pos(td, otd, mb_x_check, mb_y_check) while(0)
|
||||
#define update_pos(td, mb_y, mb_x) while(0)
|
||||
#endif
|
||||
|
||||
static av_always_inline void decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata,
|
||||
|
Loading…
Reference in New Issue
Block a user