[MPlayer-cvslog] r24011 - trunk/stream/stream_dvdnav.c
nicodvb
subversion at mplayerhq.hu
Sat Aug 4 23:25:28 CEST 2007
Author: nicodvb
Date: Sat Aug 4 23:25:28 2007
New Revision: 24011
Log:
cosmesis: removed commented code and small reindentation
Modified:
trunk/stream/stream_dvdnav.c
Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c (original)
+++ trunk/stream/stream_dvdnav.c Sat Aug 4 23:25:28 2007
@@ -162,10 +162,7 @@ static int dvdnav_stream_read(dvdnav_pri
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: {
More information about the MPlayer-cvslog
mailing list