Commit 5b7b2a5e authored by Francois Cartegnie's avatar Francois Cartegnie

playlist: asf: add wax mime type

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