]> granicus.if.org Git - handbrake/commitdiff
Macgui: Remove last vestiges of the deprecated job->vfr.
authordynaflash <dynaflashtech@gmail.com>
Wed, 20 Apr 2011 16:17:36 +0000 (16:17 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Wed, 20 Apr 2011 16:17:36 +0000 (16:17 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3942 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.m

index 97259216588deea896f13d24bb47fbcdc1963dc9..4709d1b448e5604bb420b44426ca00884b24d789 100644 (file)
@@ -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 */