summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-03-23 15:38:04 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-03-23 15:38:04 +0000
commit7a53c78e7c76c396a534e32fb75952192865ed16 (patch)
tree45f93918292be78427d70a89a36c6e8955b20c97
parent39d96e667774980757b12ea31d52972eadfbf38e (diff)
downloadxine-lib-7a53c78e7c76c396a534e32fb75952192865ed16.tar.gz
xine-lib-7a53c78e7c76c396a534e32fb75952192865ed16.tar.bz2
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
-rw-r--r--src/xine-engine/video_out.c7
1 files 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;
}
/*