summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v210enc.c')
-rw-r--r--libavcodec/v210enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v210enc.c b/libavcodec/v210enc.c
index f1fb8d2884..8f20f73d45 100644
--- a/libavcodec/v210enc.c
+++ b/libavcodec/v210enc.c
@@ -72,7 +72,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf,
((*b++ & 0xFFC0) << 4); \
val|= (*c++ & 0xFFC0) << 14; \
bytestream_put_le32(&p, val); \
- } while (0);
+ } while (0)
for (h = 0; h < avctx->height; h++) {
uint32_t val;