Commit 70ae08e4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "playlist: asf: add wax mime type"

This reverts commit 5b7b2a5e.

Ref #14062
parent 06507459
......@@ -153,8 +153,7 @@ int Import_ASX( vlc_object_t *p_this )
demux_IsPathExtension( p_demux, ".wax" ) ||
demux_IsPathExtension( p_demux, ".wvx" ) ||
(
( CheckContentType( p_demux->s, "video/x-ms-asf" ) ||
CheckContentType( p_demux->s, "audio/x-ms-wax" ) ) && PeekASX( p_demux )
CheckContentType( p_demux->s, "video/x-ms-asf" ) && PeekASX( p_demux )
) ||
demux_IsForced( p_demux, "asx-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