aboutsummaryrefslogtreecommitdiff
path: root/gst/info.c
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-02 18:44:31 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-02 18:44:31 +0100
commitb0396bf70211adaad17ae0e2cf6e851b1467ae00 (patch)
tree38128610edc18e4397f4a325d560d1637ba5c282 /gst/info.c
parenta988df656b4d37dfa2472a4cde390185cfcea8b5 (diff)
added tasks
Diffstat (limited to 'gst/info.c')
-rw-r--r--gst/info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/info.c b/gst/info.c
index 74b2d19..91a26a2 100644
--- a/gst/info.c
+++ b/gst/info.c
@@ -518,7 +518,6 @@ void cost_weights_init (stats_unit *w) {
stats_unit_map(w, f_add1);
}
-
float f_sum (float a, float b) { return a+b; }
float stats_compute_cost (stats_unit *w, stats_unit *base) {