From acf91785ef6939e549fb8c1348f5f7a7b44f09ff Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 24 Jun 2001 22:20:25 +0000 Subject: lots of bugfixes for race condtitions, X11 in general and support for remote Xv output CVS patchset: 228 CVS date: 2001/06/24 22:20:25 --- src/xine-engine/metronom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/metronom.c') diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index 6dbac7d92..3871ddf68 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.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: metronom.c,v 1.10 2001/06/24 02:19:29 guenter Exp $ + * $Id: metronom.c,v 1.11 2001/06/24 22:20:26 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -297,7 +297,7 @@ static uint32_t metronom_got_video_frame (metronom_t *this, uint32_t pts) { * for too long */ - if ( !this->audio_stream_starting + if ( !this->audio_stream_starting && this->have_audio && (this->video_wrap_offset != this->audio_wrap_offset)) { this->wrap_diff_counter++; -- cgit v1.2.3