FS#9213 - Fix for audio dropout after startup

Original Patch by Martin Buck
Updated by Igor Poretsky
This commit is contained in:
Igor B. Poretsky 2017-02-04 12:15:48 +03:00 committed by Solomon Peachy
parent ecfb4590ad
commit 293e3e0fd7
2 changed files with 3 additions and 0 deletions

View File

@ -4302,6 +4302,8 @@ static bool check_deleted_files(void)
logf("-> %s / %ld", buf, tfe.tag_length);
delete_entry(tfe.idx_id);
}
do_timed_yield();
}
close(fd);

View File

@ -682,6 +682,7 @@ Yangyong Wu
Andy Potter
Stefan Waigand
Guo Zhong Kai
Martin Buck
The libmad team
The wavpack team