b4s.c: fixed forcing of this plugin. Use "b4s-open"

parent 44a1c7bd
...@@ -61,7 +61,7 @@ int Import_B4S( vlc_object_t *p_this ) ...@@ -61,7 +61,7 @@ int Import_B4S( vlc_object_t *p_this )
psz_ext = strrchr ( p_demux->psz_path, '.' ); psz_ext = strrchr ( p_demux->psz_path, '.' );
if( ( psz_ext && !strcasecmp( psz_ext, ".b4s") ) || 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") ) )
{ {
; ;
} }
......
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