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

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

(cherry picked from commit fd0cff6a)

Conflicts:

	modules/access/dvdnav.c
parent 967cacc7
...@@ -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