Ticket #7964: smoother-vsync-audio.11-24fixes-p0.patch

File smoother-vsync-audio.11-24fixes-p0.patch, 466 bytes (added by jpoet, 13 years ago)

Version 11 against 0.24-fixes r27341

  • libs/libmyth/audiooutputbase.cpp

    old new bool AudioOutputBase::ToggleUpmix(void) 
    292292        return false;
    293293
    294294    upmix_default = !upmix_default;
     295    reset_active.Ref();
    295296
    296297    const AudioSettings settings(format, source_channels, codec,
    297298                                 source_samplerate, passthru);