Mercurial > mplayer.hg
changeset 29632:75dd81db0184
Remove ; after while(0) in macros.
author | ramiro |
---|---|
date | Sat, 12 Sep 2009 20:10:22 +0000 |
parents | 260afac0b87f |
children | 9f0eb4812a07 |
files | libswscale/ppc/yuv2rgb_altivec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/ppc/yuv2rgb_altivec.c Sat Sep 12 16:49:11 2009 +0000 +++ b/libswscale/ppc/yuv2rgb_altivec.c Sat Sep 12 20:10:22 2009 +0000 @@ -167,7 +167,7 @@ vec_st (_0, 0, ptr++); \ vec_st (_1, 0, ptr++); \ vec_st (_2, 0, ptr++); \ -} while (0); +} while (0) #define vec_mstrgb24(x0,x1,x2,ptr) \ do { \ @@ -176,7 +176,7 @@ vec_st (_0, 0, ptr++); \ vec_st (_1, 0, ptr++); \ vec_st (_2, 0, ptr++); \ -} while (0); +} while (0) /* pack the pixels in rgb0 format msb R @@ -198,7 +198,7 @@ vec_st (_2, 2*16, (T *)ptr); \ vec_st (_3, 3*16, (T *)ptr); \ ptr += 4; \ -} while (0); +} while (0) /*