]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/oss.c
Expand OSS SPDIF delay. This looks wrong either way though.
[vlc] / modules / audio_output / oss.c
index aca9ec7bfcba86052b555b539495afbbe352fedf..9b431c5db6a3ddbb534013f667c30884a54c5d30 100644 (file)
@@ -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();
             }
         }