*** ./libs/libmyth/audiooutputbase.cpp.orig	Sat Jul 10 17:48:06 2010
--- ./libs/libmyth/audiooutputbase.cpp	Wed Aug 11 09:59:04 2010
***************
*** 412,418 ****
      // Force resampling if we are encoding to AC3 and sr > 48k
      // or if 48k override was checked in settings
      if ((gCoreContext->GetNumSetting("AdvancedAudioSettings", false) &&
!          gCoreContext->GetNumSetting("Audio48kOverride", false)) ||
          (enc && (samplerate > 48000 || (need_resampler && dest_rate > 48000))))
      {
          VBAUDIO("Forcing resample to 48 kHz");
--- 412,419 ----
      // Force resampling if we are encoding to AC3 and sr > 48k
      // or if 48k override was checked in settings
      if ((gCoreContext->GetNumSetting("AdvancedAudioSettings", false) &&
!          gCoreContext->GetNumSetting("Audio48kOverride", false) &&
!          (samplerate != 48000)) ||
          (enc && (samplerate > 48000 || (need_resampler && dest_rate > 48000))))
      {
          VBAUDIO("Forcing resample to 48 kHz");
