aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func14
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func b/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func
deleted file mode 100644
index 3b154eb4bdc1..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-gst_level_filter.func
+++ /dev/null
@@ -1,14 +0,0 @@
---- gst/level/filter.func.orig Mon Oct 13 22:32:12 2003
-+++ gst/level/filter.func Mon Oct 13 22:32:21 2003
-@@ -10,9 +10,9 @@
- register double square = 0.0; /* Square */
- register double PSS = 0.0; /* Peak Square Sample */
-
-- *CS = 0.0; /* Cumulative Square for this block */
--
- gdouble normalizer = (double) (1 << resolution);
-+
-+ *CS = 0.0; /* Cumulative Square for this block */
-
- /*
- * process data here