SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
no need to sleep here. we won't overbuffer.
--- ac3/audio_play.c.orig Mon Feb 9 07:07:21 2009
+++ ac3/audio_play.c Mon Feb 9 07:07:37 2009
@@ -273,7 +273,7 @@ int play_samples(adec_handle_t *h, int scr_nr, uint64_
nanosleep(&st, NULL);
#else
- nanosleep(&sleep_time, NULL);
+ //nanosleep(&sleep_time, NULL);
#endif
}