mirror of
https://github.com/mpv-player/mpv
synced 2025-04-24 20:29:53 +00:00
Remove ; after while(0) in macros.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29674 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
77cb01d34f
commit
03343659ca
@ -167,7 +167,7 @@ do { \
|
|||||||
vec_st (_0, 0, ptr++); \
|
vec_st (_0, 0, ptr++); \
|
||||||
vec_st (_1, 0, ptr++); \
|
vec_st (_1, 0, ptr++); \
|
||||||
vec_st (_2, 0, ptr++); \
|
vec_st (_2, 0, ptr++); \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
#define vec_mstrgb24(x0,x1,x2,ptr) \
|
#define vec_mstrgb24(x0,x1,x2,ptr) \
|
||||||
do { \
|
do { \
|
||||||
@ -176,7 +176,7 @@ do { \
|
|||||||
vec_st (_0, 0, ptr++); \
|
vec_st (_0, 0, ptr++); \
|
||||||
vec_st (_1, 0, ptr++); \
|
vec_st (_1, 0, ptr++); \
|
||||||
vec_st (_2, 0, ptr++); \
|
vec_st (_2, 0, ptr++); \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
/* pack the pixels in rgb0 format
|
/* pack the pixels in rgb0 format
|
||||||
msb R
|
msb R
|
||||||
@ -198,7 +198,7 @@ do { \
|
|||||||
vec_st (_2, 2*16, (T *)ptr); \
|
vec_st (_2, 2*16, (T *)ptr); \
|
||||||
vec_st (_3, 3*16, (T *)ptr); \
|
vec_st (_3, 3*16, (T *)ptr); \
|
||||||
ptr += 4; \
|
ptr += 4; \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user