OSDN Git Service

MacGui: add HB_AMIXDOWN_AC3 to HB QueueController so it reports the new hybrid sound...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 17 Feb 2008 11:01:03 +0000 (11:01 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 17 Feb 2008 11:01:03 +0000 (11:01 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1279 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBQueueController.mm

index 242b874..594bce0 100644 (file)
@@ -517,8 +517,9 @@ static NSDictionary* _shortHeightAttribute = NULL;
                 jobAudioInfo = [jobAudioInfo stringByAppendingString:[NSString stringWithFormat:@", Track %d: Dolby Surround", ai + 1]];
             if (audio_mixdowns[ai] == HB_AMIXDOWN_DOLBYPLII)
                 jobAudioInfo = [jobAudioInfo stringByAppendingString:[NSString stringWithFormat:@", Track %d: Dolby Pro Logic II", ai + 1]];
-            if (audio_mixdowns[ai] == HB_AMIXDOWN_6CH)
-                jobAudioInfo = [jobAudioInfo stringByAppendingString:[NSString stringWithFormat:@", Track %d: 6-channel discreet", ai + 1]];
+            if (audio_mixdowns[ai] == HB_AMIXDOWN_AC3)
+                jobAudioInfo = [jobAudioInfo stringByAppendingString:[NSString stringWithFormat:@", Pass-Through", ai + 1]];
+                
         }
         if (withIcon)   // implies indent the info
             [finalString appendString: @"\t" withAttributes:detailBoldAttr];