]> git.sesse.net Git - vlc/commitdiff
b4s.c: fixed forcing of this plugin. Use "b4s-open"
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 3 Apr 2005 20:26:43 +0000 (20:26 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 3 Apr 2005 20:26:43 +0000 (20:26 +0000)
modules/demux/playlist/b4s.c

index a56bf054e842fe031157ed4bbd41094f62467de6..b0176d0f8c1c210a821d726983e6da08c4c2667e 100644 (file)
@@ -61,7 +61,7 @@ int Import_B4S( vlc_object_t *p_this )
     psz_ext = strrchr ( p_demux->psz_path, '.' );
 
     if( ( psz_ext && !strcasecmp( psz_ext, ".b4s") ) ||
-        ( p_demux->psz_demux && !strcmp(p_demux->psz_demux, "b4s") ) )
+        ( p_demux->psz_demux && !strcmp(p_demux->psz_demux, "b4s-open") ) )
     {
         ;
     }