[vlc-devel] commit: Expand OSS SPDIF delay. This looks wrong either way though. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Aug 25 16:22:27 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 25 17:14:41 2009 +0300| [f097016c2a23829dc896243b0c72eeb876b937bb] | committer: Rémi Denis-Courmont
Expand OSS SPDIF delay. This looks wrong either way though.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f097016c2a23829dc896243b0c72eeb876b937bb
---
modules/audio_output/oss.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_output/oss.c b/modules/audio_output/oss.c
index aca9ec7..9b431c5 100644
--- a/modules/audio_output/oss.c
+++ b/modules/audio_output/oss.c
@@ -652,7 +652,7 @@ static void* OSSThread( vlc_object_t *p_this )
while( vlc_object_alive (p_aout) && ! ( p_buffer =
aout_OutputNextBuffer( p_aout, next_date, true ) ) )
{
- msleep( 1000 );
+ msleep( VLC_HARD_MIN_SLEEP );
next_date = mdate();
}
}
More information about the vlc-devel
mailing list