From: Clément Bœsch Date: Sat, 17 Jan 2015 23:34:19 +0000 (+0100) Subject: avcodec/vp8: remove double ;; X-Git-Tag: android-x86-6.0-r1~877 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4d028bf202bd402f8bbe5c421a3afa03939b9f26;p=android-x86%2Fexternal-ffmpeg.git avcodec/vp8: remove double ;; --- diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 5d3123d4c2..448710b279 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -2238,7 +2238,7 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, td->wait_mb_pos = INT_MAX; \ pthread_mutex_unlock(&otd->lock); \ } \ - } while (0); + } while (0) #define update_pos(td, mb_y, mb_x) \ do { \ @@ -2257,7 +2257,7 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, pthread_cond_broadcast(&td->cond); \ pthread_mutex_unlock(&td->lock); \ } \ - } while (0); + } while (0) #else #define check_thread_pos(td, otd, mb_x_check, mb_y_check) #define update_pos(td, mb_y, mb_x)