Commit dfa05a44 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* libavformat shouldn't handle .xa files. We have modlib already

parent 1250d557
......@@ -133,7 +133,7 @@ int E_(OpenDemux)( vlc_object_t *p_this )
if( strcasecmp( &p_demux->psz_path[i_len - 4], ".str" ) &&
strcasecmp( &p_demux->psz_path[i_len - 4], ".xai" ) &&
strcasecmp( &p_demux->psz_path[i_len - 4], ".xa" ) )
strcasecmp( &p_demux->psz_path[i_len - 3], ".xa" ) )
{
return VLC_EGENERIC;
}
......
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