diff options
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r-- | gst/effectv/gstdice.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 75c33772..84d5052e 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -238,9 +238,9 @@ gst_dicetv_draw (GstVideofilter * videofilter, void *d, void *s) gint map_x, map_y, map_i; gint base; gint dx, dy, di; - gint video_width = filter->width; - gint g_cube_bits = filter->g_cube_bits; - gint g_cube_size = filter->g_cube_size; + gint video_width; + gint g_cube_bits; + gint g_cube_size; filter = GST_DICETV (videofilter); src = (guint32 *) s; |