[MPlayer-cvslog] r19457 - trunk/stream/stream_dvdnav.c

nicodvb subversion at mplayerhq.hu
Sat Aug 19 21:11:52 CEST 2006


Author: nicodvb
Date: Sat Aug 19 21:11:51 2006
New Revision: 19457

Modified:
   trunk/stream/stream_dvdnav.c

Log:
10l: misplaced brace in a switch

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Sat Aug 19 21:11:51 2006
@@ -215,11 +215,11 @@
         dvdnav_still_skip(dvdnav_priv->dvdnav); // don't let dvdnav stall on this image
 
       break;
+    }
     case DVDNAV_WAIT:
         dvdnav_wait_skip(dvdnav_priv->dvdnav);
         break;
     }
-    }
 
     // got an event, repeat the read
     dvdnav_stream_add_event(dvdnav_priv,event,buf,*len);



More information about the MPlayer-cvslog mailing list