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); logf("-> %s / %ld", buf, tfe.tag_length);
delete_entry(tfe.idx_id); delete_entry(tfe.idx_id);
} }
do_timed_yield();
} }
close(fd); close(fd);

View file

@ -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