summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tdspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tdspeed.c b/apps/tdspeed.c
index f07b3417c7..731be12621 100644
--- a/apps/tdspeed.c
+++ b/apps/tdspeed.c
@@ -290,7 +290,7 @@ static int tdspeed_apply(int32_t *buf_out[2], int32_t *buf_in[2],
290 int const INC1 = 8; 290 int const INC1 = 8;
291 int const INC2 = 32; 291 int const INC2 = 32;
292 292
293 int64_t min_delta = ~(1ll << 63); /* most positive */ 293 int64_t min_delta = INT64_MAX; /* most positive */
294 int shift = 0; 294 int shift = 0;
295 295
296 /* Power of 2 of a 28bit number requires 56bits, can accumulate 296 /* Power of 2 of a 28bit number requires 56bits, can accumulate