diff stream/stream_dvdnav.c @ 23991:6b5d9e7e4b17

cosmetics: removed commented code and small reindentation
author nicodvb
date Sat, 04 Aug 2007 21:25:28 +0000
parents f57dacd8c419
children 4565ffb49fda
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Sat Aug 04 21:16:22 2007 +0000
+++ b/stream/stream_dvdnav.c	Sat Aug 04 21:25:28 2007 +0000
@@ -162,10 +162,7 @@
       case DVDNAV_NAV_PACKET:
         return event;
       case DVDNAV_STILL_FRAME: {
-        //if (priv->started) dvd_nav_still=1;
-        //else
-          dvdnav_still_skip(priv->dvdnav); // don't let dvdnav stall on this image
-
+        dvdnav_still_skip(priv->dvdnav); // don't let dvdnav stall on this image
         break;
       }
       case DVDNAV_HIGHLIGHT: {