summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/goom/filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/filters.c b/gst/goom/filters.c
index 53351f1b..e33c4ebc 100644
--- a/gst/goom/filters.c
+++ b/gst/goom/filters.c
@@ -281,7 +281,7 @@ makeZoomBufferStripe (ZoomFilterFXWrapperData * data, int INTERLACE_INCR)
Uint x, y;
// Where (verticaly) to stop generating the buffer stripe
- int maxEnd = (data->interlace_start + INTERLACE_INCR);
+ int maxEnd;
// Ratio from pixmap to normalized coordinates
float ratio = 2.0f / ((float) data->prevX);