• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision45be626ca8a181ddc8478e54a5c7a2890094293b (tree)
Time2010-12-01 02:19:03
Authordynaflash <dynaflash@b64f...>
Commiterdynaflash

Log Message

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

Change Summary

Incremental Difference

--- a/macosx/HBAudio.m
+++ b/macosx/HBAudio.m
@@ -428,6 +428,7 @@ static NSMutableArray *masterBitRateArray = nil;
428428 else if (YES == [keyPath isEqualToString: @"track"]) {
429429 if (nil != [self track]) {
430430 [self updateCodecs];
431+ [self updateMixdowns: YES];
431432 if (YES == [self enabled]) {
432433 [self setSampleRate: [[self sampleRates] objectAtIndex: 0]]; // default to Auto
433434 }