summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-09 19:07:38 +0000
committerdynaflash <[email protected]>2007-07-09 19:07:38 +0000
commit3b90b5faffb445e9a541067807122cb51a23cd3e (patch)
tree1ff44f0fce936c07b641d2c9f6f30c1eb903f35d /macosx/Controller.mm
parent2ff94913d1b3ef876bdb17611e35babea46fea71 (diff)
MacGui: Enhanced Queue initial implementation
- Enhanced queue readout shows alot more detail about each job. - Prepares MacGui for "Live Queue" where jobs can be added during an encode. - Currently, you can add jobs during encoding but cannot access source currently being encoded. - Dev note: some of this is kludgy, but can streamline once functionality is tested. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@664 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 12035d7e6..5ad5a854e 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -905,7 +905,7 @@ return registrationDictionary;
if ([fVidEncoderPopUp indexOfSelectedItem] > 0 )
{
/* Just use new Baseline Level 3.0
- Lets Deprecate Baseline Level 1.3*/
+ Lets Deprecate Baseline Level 1.3h264_level*/
job->h264_level = 30;
job->mux = HB_MUX_IPOD;
/* move sanity check for iPod Encoding here */