diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 18:44:31 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 18:44:31 +0100 |
commit | b0396bf70211adaad17ae0e2cf6e851b1467ae00 (patch) | |
tree | 38128610edc18e4397f4a325d560d1637ba5c282 /gst/info.c | |
parent | a988df656b4d37dfa2472a4cde390185cfcea8b5 (diff) |
added tasks
Diffstat (limited to 'gst/info.c')
-rw-r--r-- | gst/info.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |