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

diego subversion at mplayerhq.hu
Wed Apr 1 18:27:04 CEST 2009


Author: diego
Date: Wed Apr  1 18:27:03 2009
New Revision: 29122

Log:
Remove unused variable along with the related warning.

Modified:
   trunk/stream/stream_dvd.c

Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c	Wed Apr  1 11:24:46 2009	(r29121)
+++ trunk/stream/stream_dvd.c	Wed Apr  1 18:27:03 2009	(r29122)
@@ -1094,7 +1094,6 @@ fail:
 
 static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
 {
-    char *ext;
     char* filename;
     struct stream_priv_s *spriv;
     int len = strlen(stream->url);


More information about the MPlayer-cvslog mailing list