diff options
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r-- | macosx/Controller.mm | 2 |
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 */ |