mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
avcodec/vp8: remove double ;;
This commit is contained in:
parent
ca3c7be7c6
commit
4d028bf202
@ -2238,7 +2238,7 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
|
|||||||
td->wait_mb_pos = INT_MAX; \
|
td->wait_mb_pos = INT_MAX; \
|
||||||
pthread_mutex_unlock(&otd->lock); \
|
pthread_mutex_unlock(&otd->lock); \
|
||||||
} \
|
} \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
#define update_pos(td, mb_y, mb_x) \
|
#define update_pos(td, mb_y, mb_x) \
|
||||||
do { \
|
do { \
|
||||||
@ -2257,7 +2257,7 @@ static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
|
|||||||
pthread_cond_broadcast(&td->cond); \
|
pthread_cond_broadcast(&td->cond); \
|
||||||
pthread_mutex_unlock(&td->lock); \
|
pthread_mutex_unlock(&td->lock); \
|
||||||
} \
|
} \
|
||||||
} 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)
|
||||||
#define update_pos(td, mb_y, mb_x)
|
#define update_pos(td, mb_y, mb_x)
|
||||||
|
Loading…
Reference in New Issue
Block a user