summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2008-04-01 21:29:38 +0000
committersaintdev <[email protected]>2008-04-01 21:29:38 +0000
commite89137df81851044fad14a0aa4cb69a419cfdb9d (patch)
tree21d44a2d0d42c1b19a59b463839bd7dfe6ae1e22 /macosx/HBQueueController.h
parent424ca48fa2c77203dd7544f97b39d411239f53f5 (diff)
MacGUI: Update to use the new audio layout.
This only updates the current interface, nothing new added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1367 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index a2e5b9998..ee8ad044a 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -106,6 +106,8 @@ BOOL fIsDragging;
int crf;
NSString *x264opts;
+ NSString *audioinfo_codecs;
+ NSString *audioinfo_summary; //<-hack to use a string to display all audio info for each job in one string
int audio_mixdowns[8];
int acodec;
int abitrate;