--- xbmc-12.2.orig/xbmc/cores/dvdplayer/DVDAudio.cpp 2013-05-03 07:57:41.000000000 +0200 +++ xbmc-12.2/xbmc/cores/dvdplayer/DVDAudio.cpp 2013-07-31 13:31:59.000000000 +0200 @@ -116,7 +116,7 @@ CDVDAudio::~CDVDAudio() free(m_pBuffer); } -bool CDVDAudio::Create(const DVDAudioFrame &audioframe, CodecID codec, bool needresampler) +bool CDVDAudio::Create(const DVDAudioFrame &audioframe, AVCodecID codec, bool needresampler) { CLog::Log(LOGNOTICE, "Creating audio stream (codec id: %i, channels: %i, sample rate: %i, %s)",