Commit 485c8db9 authored by Ilkka Ollakka's avatar Ilkka Ollakka

dvdnav: don't decode_URI for psz_file

parent 167f75fb
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment