--- xbmc-12.2.orig/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPcm.h 2013-05-03 07:57:41.000000000 +0200 +++ xbmc-12.2/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPcm.h 2013-07-31 13:30:38.000000000 +0200 @@ -44,7 +44,7 @@ protected: short m_decodedData[131072]; // could be a bit to big int m_decodedDataSize; - CodecID m_codecID; + AVCodecID m_codecID; int m_iSourceSampleRate; int m_iSourceChannels; int m_iSourceBitrate;