cleanup: remove two extraneous semicolons.

This commit is contained in:
Clément Bœsch
2011-12-12 01:56:52 +01:00
parent ee731c1ab0
commit 66160bdb01
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ static int decode_picture_header(AVCodecContext *avctx, const uint8_t *buf, cons
val = q; \
SKIP_BITS(re, gb, q+1); \
} \
} while (0); \
} while (0)
#define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1)))