dvdnav: also probe file:// (fixes #2131)

This commit is contained in:
Rémi Denis-Courmont 2009-01-11 16:40:38 +02:00
parent 4f34578d6d
commit fd0cff6a27
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ vlc_module_begin ()
set_capability( "access_demux", 5 )
add_shortcut( "dvd" )
add_shortcut( "dvdnav" )
add_shortcut( "file" );
set_callbacks( Open, Close )
vlc_module_end ()