diff options
author | dynaflash <[email protected]> | 2011-04-20 16:17:36 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-04-20 16:17:36 +0000 |
commit | 6d95a89095bcaac1b2324aa6980b897c3eb4dec8 (patch) | |
tree | b99cfa0dcea1ccbc39a7727fc9612a4678488513 /macosx | |
parent | 568c83aa4e4a268ca817d8f1478f4cc23490976e (diff) |
Macgui: Remove last vestiges of the deprecated job->vfr.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3942 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.m | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 972592165..4709d1b44 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -3039,10 +3039,7 @@ fWorkingCount = 0; } /* Video settings */ - /* Set vfr to 0 as it's only on if using same as source in the framerate popup - * and detelecine is on, so we handle that in the logic below - */ - job->vfr = 0; + if( [fVidRatePopUp indexOfSelectedItem] > 0 ) { /* a specific framerate has been chosen */ @@ -3532,10 +3529,6 @@ bool one_burned = FALSE; /* Video settings */ /* Framerate */ - /* Set vfr to 0 as it's only on if using same as source in the framerate popup - * and detelecine is on, so we handle that in the logic below - */ - if( [[queueToApply objectForKey:@"JobIndexVideoFramerate"] intValue] > 0 ) { /* a specific framerate has been chosen */ |