summaryrefslogtreecommitdiff
path: root/apps/tdspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tdspeed.h')
-rw-r--r--apps/tdspeed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tdspeed.h b/apps/tdspeed.h
index bf20c15935..1a3df126f7 100644
--- a/apps/tdspeed.h
+++ b/apps/tdspeed.h
@@ -31,7 +31,7 @@ long tdspeed_est_output_size(void);
31long tdspeed_est_input_size(long size); 31long tdspeed_est_input_size(long size);
32int tdspeed_doit(int32_t *src[], int count); 32int tdspeed_doit(int32_t *src[], int count);
33 33
34#define SPEED_MAX 250 34#define STRETCH_MAX 250
35#define SPEED_MIN 35 35#define STRETCH_MIN 35
36 36
37#endif 37#endif