From: Jim Fitzgerald Date: Thu, 07 Jun 2007 07:09:19 +0000 Subject: Bad passthrough sound after unpause (SF bug 1694570) This seems to resolve this problem, at least on my system, with AC3 audio. Have not tested on a DVD with any other audio format (ie DTS, PCM). diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -1907,7 +1907,7 @@ static int ao_set_property (xine_audio_p * slow motion / fast forward does not play sound, drop buffered * samples from the sound driver (check slow_fast_audio flag) */ - if (value != XINE_FINE_SPEED_NORMAL && value != XINE_SPEED_PAUSE && !this->slow_fast_audio ) + if (value != XINE_SPEED_PAUSE && !this->slow_fast_audio) this->ao.control(&this->ao, AO_CTRL_FLUSH_BUFFERS, NULL); this->ao.control(&this->ao,