diff options
-rw-r--r-- | src/audio_out/audio_oss_out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 0c776bbe8..f4b796c65 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.44 2001/10/14 14:43:42 guenter Exp $ + * $Id: audio_oss_out.c,v 1.45 2001/10/14 20:48:37 guenter Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -658,7 +658,6 @@ ao_driver_t *init_audio_out_plugin (config_values_t *config) { } if (this->sync_method == OSS_SYNC_SOFTSYNC) { - gettimeofday(&this->start_time, NULL); printf ("audio_oss_out: Audio driver realtime sync disabled...\n"); printf ("audio_oss_out: ...will use system real-time clock for soft-sync instead\n"); printf ("audio_oss_out: ...there may be audio/video synchronization issues\n"); |