Ticket #7964: smoother-vsync-audio.11-24fixes-p0.patch
File smoother-vsync-audio.11-24fixes-p0.patch, 466 bytes (added by , 14 years ago) |
---|
-
libs/libmyth/audiooutputbase.cpp
old new bool AudioOutputBase::ToggleUpmix(void) 292 292 return false; 293 293 294 294 upmix_default = !upmix_default; 295 reset_active.Ref(); 295 296 296 297 const AudioSettings settings(format, source_channels, codec, 297 298 source_samplerate, passthru);