From 485c8db9faf42d34953b4e65ce7de6d1676b3da2 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Thu, 8 Jul 2010 14:51:53 +0300 Subject: [PATCH] dvdnav: don't decode_URI for psz_file --- modules/access/dvdnav.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c index 4175e89ab3..bde94d79de 100644 --- a/modules/access/dvdnav.c +++ b/modules/access/dvdnav.c @@ -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 ) -- 2.39.2