diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-14 20:48:37 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-14 20:48:37 +0000 |
commit | 2cdc60bec0cbcc1d876547ed46aef940b1e6253b (patch) | |
tree | c819f3276397bb466ad814c9312af441e975d66c /src | |
parent | 8ff31a518ce1723842b0ce21ad32eec266ec1e5b (diff) | |
download | xine-lib-2cdc60bec0cbcc1d876547ed46aef940b1e6253b.tar.gz xine-lib-2cdc60bec0cbcc1d876547ed46aef940b1e6253b.tar.bz2 |
small cleanup, doesn't make sense to set start_time in the init function
CVS patchset: 808
CVS date: 2001/10/14 20:48:37
Diffstat (limited to 'src')
-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"); |