diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-17 20:33:25 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-17 20:33:25 +0000 |
commit | e089ee403e4314910cd1460832fd6e95d6be59da (patch) | |
tree | 53e97a214d1b248684abfb857e28764e66eb293f | |
parent | 8ae4d3413dd1f14d348465001c30032007f02fa9 (diff) |
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
-rw-r--r-- | libmpdemux/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/network.c b/libmpdemux/network.c index 9c78f7a0c4..299c725620 100644 --- a/libmpdemux/network.c +++ b/libmpdemux/network.c @@ -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 |