From 4f15163a94c863e3e0cf8a65f3ad6f88946f7670 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 29 Oct 2002 16:02:43 +0000 Subject: engine improvements - output fifo flushing - more sophisticated discontinuity handling - seek improvement by waiting for at least one frame CVS patchset: 3089 CVS date: 2002/10/29 16:02:43 --- src/xine-engine/audio_decoder.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/xine-engine/audio_decoder.c') diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 32fb031e0..890298251 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.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_decoder.c,v 1.86 2002/10/18 04:04:10 miguelfreitas Exp $ + * $Id: audio_decoder.c,v 1.87 2002/10/29 16:02:43 mroi Exp $ * * * functions that implement audio decoding @@ -149,8 +149,6 @@ void *audio_decoder_loop (void *stream_gen) { case BUF_CONTROL_RESET_DECODER: if (stream->audio_decoder_plugin) stream->audio_decoder_plugin->reset (stream->audio_decoder_plugin); - if (stream->audio_out) - stream->audio_out->control(stream->audio_out, AO_CTRL_FLUSH_BUFFERS); break; case BUF_CONTROL_DISCONTINUITY: -- cgit v1.2.3