summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstwarp.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-24 19:37:09 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-24 19:54:05 +0200
commit6eada080a0b3bb1a0b75c66fc4cfc510f9dd84b0 (patch)
treebc26408634c92935195d0b5661ead9007056f0a8 /gst/effectv/gstwarp.h
parent23967b03a75e0082982ffc0637bbe33293d3cf30 (diff)
warptv: Make the sine table global instead of having it in every instance
Diffstat (limited to 'gst/effectv/gstwarp.h')
-rw-r--r--gst/effectv/gstwarp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/effectv/gstwarp.h b/gst/effectv/gstwarp.h
index 91cdf84c..a9879604 100644
--- a/gst/effectv/gstwarp.h
+++ b/gst/effectv/gstwarp.h
@@ -54,7 +54,6 @@ struct _GstWarpTV
gint *offstable;
gint32 *disttable;
gint32 ctable[1024];
- gint32 sintable[1024 + 256];
gint tval;
};