[vlc-commits] commit: dvdnav: don't decode_URI for psz_file (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Thu Jul 8 14:38:29 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Jul 8 14:51:53 2010 +0300| [485c8db9faf42d34953b4e65ce7de6d1676b3da2] | committer: Ilkka Ollakka
dvdnav: don't decode_URI for psz_file
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=485c8db9faf42d34953b4e65ce7de6d1676b3da2
---
modules/access/dvdnav.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 4175e89..bde94d7 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 )
More information about the vlc-commits
mailing list