]> git.sesse.net Git - vlc/commit
* src/audio_output/output.c: check if start_date is null in
authorCyril Deguet <asmax@videolan.org>
Sat, 21 Aug 2004 12:38:53 +0000 (12:38 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 21 Aug 2004 12:38:53 +0000 (12:38 +0000)
commitf13993e1dbd376419c522b9b57293a383fa4fe06
tree621c87e9ed538097144f98ab2826e10be3fd85b3
parent1f5ad5198aedd07f680c1252ffb73080dc37a521
 * src/audio_output/output.c: check if start_date is null in
   aout_OutputNextBuffer(), then do not try to resample or play silences.
   Now everything works perfectly with screwed ALSA drivers that always
   return zero in snd_pcm_status_get_tstamp() (at last!!!)
src/audio_output/output.c