diff options
author | ritsuka <[email protected]> | 2014-12-29 08:35:06 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-29 08:35:06 +0000 |
commit | f1c5cb5f2388aeebbe7ec9f105b406bebf2345e0 (patch) | |
tree | 0b8127b1d4b02ea26e3ac30a539129dc1ace4d3f /macosx/HBVideo+UIAdditions.m | |
parent | 0559e985cb5cb1e4dec92fd9c868b31f64acbe27 (diff) |
MacGui: pass the fast decode option to the hb_job.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6668 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideo+UIAdditions.m')
-rw-r--r-- | macosx/HBVideo+UIAdditions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideo+UIAdditions.m b/macosx/HBVideo+UIAdditions.m index 7cf577a2d..7d56431aa 100644 --- a/macosx/HBVideo+UIAdditions.m +++ b/macosx/HBVideo+UIAdditions.m @@ -105,7 +105,7 @@ const char *h264_level = NULL; // prepare the tune, advanced options, profile and level - if ([tmpString = [self completeTune] length]) + if ([tmpString = self.completeTune length]) { x264_tune = [tmpString UTF8String]; } |