[vlc-commits] adjust: remove unused macros
Tristan Matthews
git at videolan.org
Tue May 5 19:32:24 CEST 2015
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue May 5 12:06:50 2015 -0400| [3feced49e92ef451eede61c7be7be6772c1d8d36] | committer: Tristan Matthews
adjust: remove unused macros
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3feced49e92ef451eede61c7be7be6772c1d8d36
---
modules/video_filter/adjust_sat_hue.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_filter/adjust_sat_hue.c b/modules/video_filter/adjust_sat_hue.c
index ab7b826..c10d804 100644
--- a/modules/video_filter/adjust_sat_hue.c
+++ b/modules/video_filter/adjust_sat_hue.c
@@ -62,8 +62,6 @@
* i_sat) >> 8) + 128; \
p_out_v += 4
-#define ADJUST_2_TIMES(x) x; x
-#define ADJUST_4_TIMES(x) x; x; x; x
#define ADJUST_8_TIMES(x) x; x; x; x; x; x; x; x
/*****************************************************************************
More information about the vlc-commits
mailing list