comparison gui/interface.c @ 36968:f6bc6cf0fa90

Re-enable balance start value (skin default). This has been temporarily disabled in r37060 and can be controlled now by guiInfo member AudioPassthrough.
author ib
date Tue, 25 Mar 2014 12:41:20 +0000
parents ef9dea4785bc
children fedc8214f8b1
comparison
equal deleted inserted replaced
36967:ed7aac796e22 36968:f6bc6cf0fa90
719 } 719 }
720 720
721 if (last_balance < 0.0f) { 721 if (last_balance < 0.0f) {
722 uiEvent(ivSetVolume, guiInfo.Volume); 722 uiEvent(ivSetVolume, guiInfo.Volume);
723 723
724 // DISABLED UNTIL BUGFIX IN MIXER.C/AF_FORMAT.C FOR AC3 AUDIO 724 if (guiInfo.AudioChannels == 2 && !guiInfo.AudioPassthrough)
725 //if (guiInfo.AudioChannels? =?= 2) 725 uiEvent(ivSetBalance, guiInfo.Balance);
726 // uiEvent(ivSetBalance, guiInfo.Balance);
727 726
728 last_balance = guiInfo.Balance; 727 last_balance = guiInfo.Balance;
729 } 728 }
730 729
731 if (gtkEnableAudioEqualizer) { 730 if (gtkEnableAudioEqualizer) {