mirror of https://github.com/mpv-player/mpv
Do not force real demuxer on x-pn-realaudio mimetype
Real and realaudio share the same mimetype, forcing real demuxer prevent realaudio files from being played. Fixes http://www.bbc.co.uk/romanian/rom.ra git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8ae4d3413d
commit
e089ee403e
|
@ -88,7 +88,7 @@ static struct {
|
|||
{ "audio/x-mpegurl", DEMUXER_TYPE_PLAYLIST },
|
||||
{ "audio/x-pls", DEMUXER_TYPE_PLAYLIST },
|
||||
// Real Media
|
||||
{ "audio/x-pn-realaudio", DEMUXER_TYPE_REAL },
|
||||
// { "audio/x-pn-realaudio", DEMUXER_TYPE_REAL },
|
||||
// OGG Streaming
|
||||
{ "application/x-ogg", DEMUXER_TYPE_OGG },
|
||||
// NullSoft Streaming Video
|
||||
|
|
Loading…
Reference in New Issue