FS#9213 - Fix for audio dropout after startup
Original Patch by Martin Buck Updated by Igor Poretsky
This commit is contained in:
parent
ecfb4590ad
commit
293e3e0fd7
2 changed files with 3 additions and 0 deletions
|
@ -4302,6 +4302,8 @@ static bool check_deleted_files(void)
|
||||||
logf("-> %s / %ld", buf, tfe.tag_length);
|
logf("-> %s / %ld", buf, tfe.tag_length);
|
||||||
delete_entry(tfe.idx_id);
|
delete_entry(tfe.idx_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_timed_yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
|
@ -682,6 +682,7 @@ Yangyong Wu
|
||||||
Andy Potter
|
Andy Potter
|
||||||
Stefan Waigand
|
Stefan Waigand
|
||||||
Guo Zhong Kai
|
Guo Zhong Kai
|
||||||
|
Martin Buck
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Reference in a new issue