[vlc-devel] commit: dvdnav: also probe file:// (fixes #2131) ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sun Jan 11 15:43:06 CET 2009
    
    
  
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jan 11 16:40:38 2009 +0200| [fd0cff6a27f7e0ffe8500154d7798d04811017f7] | committer: Rémi Denis-Courmont 
dvdnav: also probe file:// (fixes #2131)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd0cff6a27f7e0ffe8500154d7798d04811017f7
---
 modules/access/dvdnav.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index b1d7863..1261e19 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -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 ()
 
    
    
More information about the vlc-devel
mailing list