SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
x11/ogle/patches/patch-ac3_audio_play_c
Normal file
13
x11/ogle/patches/patch-ac3_audio_play_c
Normal 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
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue