Index: head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp =================================================================== --- head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp (nonexistent) +++ head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp (revision 425788) @@ -0,0 +1,11 @@ +--- xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp.orig 2015-05-11 07:54:22 UTC ++++ xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp +@@ -74,7 +74,7 @@ void CDVDPlayerResampler::Add(DVDAudioFr + + //add samples to the resample input buffer + int16_t* inputptr = (int16_t*)audioframe.data; +- float* outputptr = m_converterdata.data_in; ++ float* outputptr = (float*)m_converterdata.data_in; + + for (int i = 0; i < nrframes * m_nrchannels; i++) + *outputptr++ = (float)*inputptr++ / scale; Property changes on: head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property