From: dynaflash Date: Tue, 30 Nov 2010 17:19:03 +0000 (+0000) Subject: MacGui: Audio mixdown fix X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=45be626ca8a181ddc8478e54a5c7a2890094293b;p=handbrake-jp%2Fhandbrake-jp-git.git MacGui: Audio mixdown fix - Patch by Rodeo. Thanks! - Update the list of permitted mixdowns when the source audio track changes. - Discussed here: http://forum.handbrake.fr/viewtopic.php?f=4&t=18840 git-svn-id: svn://localhost/HandBrake/trunk@3689 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index fe5d5da4..c1c0cd59 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -428,6 +428,7 @@ static NSMutableArray *masterBitRateArray = nil; else if (YES == [keyPath isEqualToString: @"track"]) { if (nil != [self track]) { [self updateCodecs]; + [self updateMixdowns: YES]; if (YES == [self enabled]) { [self setSampleRate: [[self sampleRates] objectAtIndex: 0]]; // default to Auto }