mirror of
https://github.com/xiph/opus.git
synced 2025-05-15 07:58:29 +00:00
change comment to dred
Signed-off-by: Marcus Asteborg <maastebo@microsoft.com> Signed-off-by: Jean-Marc Valin <jmvalin@amazon.com>
This commit is contained in:
parent
6fb930956f
commit
4d8b52b804
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int main(int argc, char **argv)
|
|||
else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16);
|
||||
Rw=Rz=iseed;
|
||||
|
||||
fprintf(stderr,"Testing extensions. Random seed: %u (%.4X)\n", iseed, fast_rand() % 65535);
|
||||
fprintf(stderr,"Testing dred. Random seed: %u (%.4X)\n", iseed, fast_rand() % 65535);
|
||||
if(env_used)fprintf(stderr," Random seed set from the environment (SEED=%s).\n", env_seed);
|
||||
|
||||
test_random_dred();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue