- 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://svn.handbrake.fr/HandBrake/trunk@3689
b64f7644-9d1e-0410-96f1-
a4d463321fa5
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
}