Commit 08b4ccaa authored by Francois Cartegnie's avatar Francois Cartegnie

demux: asf: trigger dialog on drm streams

parent ab9d7f10
......@@ -1088,7 +1088,8 @@ static int DemuxInit( demux_t *p_demux )
|| ASF_FindObject( p_sys->p_root->p_hdr,
&asf_object_advanced_content_encryption_guid, 0 ) != NULL )
{
msg_Warn( p_demux, "ASF plugin discarded (DRM encumbered content)" );
dialog_Fatal( p_demux, _("Could not demux ASF stream"), "%s",
_("DRM protected streams are not supported.") );
goto error;
}
......
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