forked from len0rd/rockbox
Warble must have a call to dsp_init before setting options or using it.
Change-Id: If5cabba99baffe87002d07f11641175f539315a1
This commit is contained in:
parent
ae5656a142
commit
5f37840e31
1 changed files with 3 additions and 0 deletions
|
|
@ -702,6 +702,9 @@ static void print_mp3entry(const struct mp3entry *id3, FILE *f)
|
|||
|
||||
static void decode_file(const char *input_fn)
|
||||
{
|
||||
/* Initialize DSP before any sort of interaction */
|
||||
dsp_init();
|
||||
|
||||
/* Set up global settings */
|
||||
memset(&global_settings, 0, sizeof(global_settings));
|
||||
global_settings.timestretch_enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue