Commit fd0cff6a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

parent 4f34578d
...@@ -97,6 +97,7 @@ vlc_module_begin () ...@@ -97,6 +97,7 @@ vlc_module_begin ()
set_capability( "access_demux", 5 ) set_capability( "access_demux", 5 )
add_shortcut( "dvd" ) add_shortcut( "dvd" )
add_shortcut( "dvdnav" ) add_shortcut( "dvdnav" )
add_shortcut( "file" );
set_callbacks( Open, Close ) set_callbacks( Open, Close )
vlc_module_end () vlc_module_end ()
......
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