summaryrefslogtreecommitdiff
path: root/libswresample/dither_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/dither_template.c')
-rw-r--r--libswresample/dither_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswresample/dither_template.c b/libswresample/dither_template.c
index 4af7312779..1e35dfb040 100644
--- a/libswresample/dither_template.c
+++ b/libswresample/dither_template.c
@@ -2,12 +2,12 @@
#if defined(TEMPLATE_DITHER_DBL)
# define RENAME(N) N ## _double
# define DELEM double
-# define CLIP(v)
+# define CLIP(v) while(0)
#elif defined(TEMPLATE_DITHER_FLT)
# define RENAME(N) N ## _float
# define DELEM float
-# define CLIP(v)
+# define CLIP(v) while(0)
#elif defined(TEMPLATE_DITHER_S32)
# define RENAME(N) N ## _int32