shithub: sox

Download patch

ref: 3eecb25cb1c46a7cc1159f6f9b7c87874f399571
parent: 226fe1c2a6758de617c080ff740427213ec212be
author: robs <robs>
date: Sun Dec 17 04:18:00 EST 2006

Ability to not invoke srand.
Make dither alias for mask

--- a/src/st_i.h
+++ b/src/st_i.h
@@ -59,8 +59,6 @@
 char *strdup(const char *s);
 #endif
 
-void st_initrand(void);
-
 /* Read and write basic data types from "ft" stream.  Uses ft->swap for
  * possible byte swapping.
  */
@@ -272,6 +270,7 @@
 extern const st_effect_t *st_copy_effect_fn(void);
 extern const st_effect_t *st_dcshift_effect_fn(void);
 extern const st_effect_t *st_deemph_effect_fn(void);
+extern const st_effect_t *st_dither_effect_fn(void);
 extern const st_effect_t *st_earwax_effect_fn(void);
 extern const st_effect_t *st_echo_effect_fn(void);
 extern const st_effect_t *st_echos_effect_fn(void);