summaryrefslogtreecommitdiff
path: root/src/post/goom/convolve_fx.c
diff options
context:
space:
mode:
authorMatthias Hopf <mat@mshopf.de>2008-08-08 15:39:37 +0200
committerMatthias Hopf <mat@mshopf.de>2008-08-08 15:39:37 +0200
commit93f518565b5f53c795aeddf544f3582d44ff9fe6 (patch)
treef79884a40a9f80068b15d1c9cc8cb7660a1bf3fb /src/post/goom/convolve_fx.c
parent6f79d815918aa83d706b6dc6722c2006f27e8084 (diff)
parent8c24b5cd856fa47f605eba68ec0a49bd4d47d7da (diff)
downloadxine-lib-93f518565b5f53c795aeddf544f3582d44ff9fe6.tar.gz
xine-lib-93f518565b5f53c795aeddf544f3582d44ff9fe6.tar.bz2
Merge.
Diffstat (limited to 'src/post/goom/convolve_fx.c')
-rw-r--r--src/post/goom/convolve_fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/convolve_fx.c b/src/post/goom/convolve_fx.c
index e86bb3723..c394f3bf8 100644
--- a/src/post/goom/convolve_fx.c
+++ b/src/post/goom/convolve_fx.c
@@ -20,7 +20,7 @@ typedef char Motif[CONV_MOTIF_W][CONV_MOTIF_W];
#define NB_THETA 512
-#define MAX 2.0f
+//#define MAX 2.0f
typedef struct _CONV_DATA{
PluginParam light;