]> git.sesse.net Git - vlc/commitdiff
dvdnav: don't decode_URI for psz_file
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 8 Jul 2010 11:51:53 +0000 (14:51 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 8 Jul 2010 12:36:29 +0000 (15:36 +0300)
modules/access/dvdnav.c

index 4175e89ab36761e98a79bff32fd685498a5a932e..bde94d79debe1cac65961308b268a8bcec3de010 100644 (file)
@@ -211,7 +211,6 @@ static int Open( vlc_object_t *p_this )
         *(psz_name + strlen(psz_name) - 1) = '\0';
     }
 #endif
-    decode_URI( psz_name );
 
     /* Try some simple probing to avoid going through dvdnav_open too often */
     if( ProbeDVD( p_demux, psz_name ) != VLC_SUCCESS )