From 1e93f797a940fae1d7fc9ccb60d333a0c1a8995d Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 3 Oct 2001 15:21:29 +0000 Subject: A test "pointer < 0" does not make sense; removed. CVS patchset: 727 CVS date: 2001/10/03 15:21:29 --- src/xine-engine/audio_out.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index 27fb336b2..6f1b8fa19 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -17,7 +17,7 @@ * along with self program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.c,v 1.18 2001/10/01 23:04:57 f1rmb Exp $ + * $Id: audio_out.c,v 1.19 2001/10/03 15:21:29 jkeil Exp $ * * 22-8-2001 James imported some useful AC3 sections from the previous alsa driver. * (c) 2001 Andy Lo A Foe @@ -241,9 +241,6 @@ static int ao_write(ao_instance_t *this, uint8_t *data; uint32_t cur_time; - if (this->driver<0) - return 1; - vpts = this->metronom->got_audio_samples (this->metronom, pts, num_frames); xprintf (VERBOSE|AUDIO, "audio_out: got %d frames, vpts=%d pts=%d\n", -- cgit v1.2.3