Mercurial > libavcodec.hg
diff v210dec.c @ 10169:a48c43551737 libavcodec
Remove ; after while(0) in macros.
| author | ramiro |
|---|---|
| date | Sat, 12 Sep 2009 20:10:02 +0000 |
| parents | 4f974b8d8851 |
| children | 2bb3882075b6 |
line wrap: on
line diff
--- a/v210dec.c Sat Sep 12 17:59:19 2009 +0000 +++ b/v210dec.c Sat Sep 12 20:10:02 2009 +0000 @@ -74,7 +74,7 @@ *a++ = val << 6; \ *b++ = (val >> 4) & 0xFFC0; \ *c++ = (val >> 14) & 0xFFC0; \ - } while (0); + } while (0) for (h = 0; h < avctx->height; h++) { const uint32_t *src = (const uint32_t*)psrc;
