From 7a53c78e7c76c396a534e32fb75952192865ed16 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 23 Mar 2004 15:38:04 +0000 Subject: it seems I broke most DVD menus with this; unfortunately not the ones I tested X( CVS patchset: 6304 CVS date: 2004/03/23 15:38:04 --- src/xine-engine/video_out.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 2c4e99130..598b48830 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.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: video_out.c,v 1.188 2004/03/16 12:25:05 mroi Exp $ + * $Id: video_out.c,v 1.189 2004/03/23 15:38:04 mroi Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -1009,10 +1009,7 @@ static void *video_out_loop (void *this_gen) { } pthread_mutex_unlock(&this->streams_lock); - /* set one minute into the future to avoid flushing over and over again; - * if the decoder actually reacts to the flush by sending a frame, - * vo_frame_draw() will set last_delivery_pts anyway */ - this->last_delivery_pts = vpts + 90000 * 60; + this->last_delivery_pts = vpts; } /* -- cgit v1.2.3