From 45be626ca8a181ddc8478e54a5c7a2890094293b Mon Sep 17 00:00:00 2001 From: dynaflash Date: Tue, 30 Nov 2010 17:19:03 +0000 Subject: [PATCH] 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 --- macosx/HBAudio.m | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.11.0