Skip to content

Commit

Permalink
fixed: ogg/flac from http sources didn't work
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b694841815fe1ed54d20c77e601180a6a582e83)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35466 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
spiff_ committed Nov 25, 2010
1 parent bbd0263 commit 12cbc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/paplayer/CodecFactory.cpp
Expand Up @@ -145,7 +145,7 @@ ICodec* CodecFactory::CreateCodecDemux(const CStdString& strFile, const CStdStri
else if( strContent.Equals("audio/x-ms-wma") )
return new DVDPlayerCodec();
else if( strContent.Equals("application/ogg") || strContent.Equals("audio/ogg"))
return new OGGCodec();
return CreateOGGCodec(strFile,filecache);

if (urlFile.GetProtocol() == "lastfm" || urlFile.GetProtocol() == "shout")
{
Expand Down

0 comments on commit 12cbc00

Please sign in to comment.