diff options
Diffstat (limited to 'src/audio_out/audio_oss_out.c')
-rw-r--r-- | src/audio_out/audio_oss_out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 4d214923f..bb8104f1d 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 the xine project + * Copyright (C) 2000, 2001 the xine project * * This file is part of xine, a unix video player. * @@ -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.17 2001/06/24 03:36:30 guenter Exp $ + * $Id: audio_oss_out.c,v 1.18 2001/06/24 07:17:37 guenter Exp $ */ /* required for swab() */ @@ -280,7 +280,7 @@ static int ao_write_audio_data(ao_functions_t *this_gen, int pos; if (this->audio_fd<0) - return; + return 1; vpts = this->metronom->got_audio_samples (this->metronom, pts_, num_samples); |