Commit 0a6b410e authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vp8: Suppress empty body warnings

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 890b8748
...@@ -2259,8 +2259,8 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, ...@@ -2259,8 +2259,8 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
} \ } \
} while (0) } while (0)
#else #else
#define check_thread_pos(td, otd, mb_x_check, mb_y_check) #define check_thread_pos(td, otd, mb_x_check, mb_y_check) while(0)
#define update_pos(td, mb_y, mb_x) #define update_pos(td, mb_y, mb_x) while(0)
#endif #endif
static av_always_inline void decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, static av_always_inline void decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment