]> git.sesse.net Git - vlc/commitdiff
* modules/demux/dvdnav.c: menus navigation seems to be working ok now.
authorGildas Bazin <gbazin@videolan.org>
Mon, 19 Jan 2004 00:08:25 +0000 (00:08 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 19 Jan 2004 00:08:25 +0000 (00:08 +0000)
modules/demux/dvdnav.c

index da2df0462d70203091c20c77b77e7400d01aa2f5..6802e2b3b7f8a60c8ac99ef04fabb9d62e69e573 100644 (file)
@@ -2,7 +2,7 @@
  * dvdnav.c: DVD module using the dvdnav library.
  *****************************************************************************
  * Copyright (C) 2004 VideoLAN
- * $Id: dvdnav.c,v 1.4 2004/01/18 23:52:02 gbazin Exp $
+ * $Id: dvdnav.c,v 1.5 2004/01/19 00:08:25 gbazin Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -998,7 +998,7 @@ static int EventThread( vlc_object_t *p_this )
         vlc_mutex_lock( &p_ev->lock );
         if( p_ev->b_still )
         {
-            if( b_activated ||
+            if( /* b_activated || // This breaks menus */
                 ( p_ev->i_still_end > 0 && p_ev->i_still_end < mdate() ))
             {
                 p_ev->b_still = VLC_FALSE;