From ebc608666da90cf219296588a7060efd8926e1e9 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Wed, 15 Oct 2003 21:57:02 +0000 Subject: Revert the bad fix. CVS patchset: 5527 CVS date: 2003/10/15 21:57:02 --- src/xine-engine/metronom.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index f24695a57..317edcff1 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.122 2003/10/14 22:48:00 tmattern Exp $ + * $Id: metronom.c,v 1.123 2003/10/15 21:57:02 tmattern Exp $ */ #ifdef HAVE_CONFIG_H @@ -323,12 +323,6 @@ static void metronom_handle_video_discontinuity (metronom_t *this, int type, this->audio_vpts); } - if (this->video_vpts > this->audio_vpts) { - this->audio_vpts = this->video_vpts; - } else { - this->video_vpts = this->audio_vpts; - } - #ifdef LOG printf ("metronom: video_vpts: %lld, audio_vpts: %lld\n", this->video_vpts, this->audio_vpts); #endif -- cgit v1.2.3