[MPlayer-cvslog] r24249 - trunk/stream/stream_dvd.c

nicodvb subversion at mplayerhq.hu
Mon Aug 27 23:40:09 CEST 2007


Author: nicodvb
Date: Mon Aug 27 23:40:09 2007
New Revision: 24249

Log:
in stream_control() remove redefinition of d in a case block, previously assigned in the same function

Modified:
   trunk/stream/stream_dvd.c

Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c	(original)
+++ trunk/stream/stream_dvd.c	Mon Aug 27 23:40:09 2007
@@ -732,7 +732,6 @@ static int control(stream_t *stream,int 
         }
         case STREAM_CTRL_SEEK_TO_TIME:
         {
-            dvd_priv_t *d = stream->priv;
             if(stream_cache_size > 0) return STREAM_UNSUPORTED;
             if(dvd_seek_to_time(stream, d->vts_file, *((double*)arg)))
               return 1;



More information about the MPlayer-cvslog mailing list