X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp8.c;h=dbba5687f251ae15dcd78452902feaf4f7f42bb1;hb=1caff5731d9a9f98de9e50569bac0d2d487e9e53;hp=8d6cbe1ef937d59e8f368fb19a45b136aef7d762;hpb=57f49fa0edafd82315aa3a409ce1051f7dea6981;p=ffmpeg diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 8d6cbe1ef93..dbba5687f25 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -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,