[FFmpeg-cvslog] r29674 - trunk/libswscale/ppc/yuv2rgb_altivec.c
ramiro
subversion
Sat Sep 12 22:10:22 CEST 2009
Author: ramiro
Date: Sat Sep 12 22:10:22 2009
New Revision: 29674
Log:
Remove ; after while(0) in macros.
Modified:
trunk/libswscale/ppc/yuv2rgb_altivec.c
Modified: trunk/libswscale/ppc/yuv2rgb_altivec.c
==============================================================================
--- trunk/libswscale/ppc/yuv2rgb_altivec.c Sat Sep 12 18:49:11 2009 (r29673)
+++ trunk/libswscale/ppc/yuv2rgb_altivec.c Sat Sep 12 22:10:22 2009 (r29674)
@@ -167,7 +167,7 @@ do {
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 @@ do {
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 @@ do {
vec_st (_2, 2*16, (T *)ptr); \
vec_st (_3, 3*16, (T *)ptr); \
ptr += 4; \
-} while (0);
+} while (0)
/*
More information about the ffmpeg-cvslog
mailing list