]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix vfr/pvr/cfr widget visibility
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 20 Aug 2015 21:29:45 +0000 (21:29 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 20 Aug 2015 21:29:45 +0000 (21:29 +0000)
Dependencies stopped working when we standardized "Same as source"
preset value as "auto".

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7406 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/makedeps.py

index 931be71d4212af787df0b953b5ff5139a8f42823..1a04a9f06ce26965458df14a8b0cdc3af0bad213 100644 (file)
@@ -25,8 +25,8 @@ dep_map = (
     DepEntry("vquality_type_constant", "VideoQualitySlider", "1", False, False),
     DepEntry("vquality_type_constant", "VideoTwoPass", "1", True, False),
     DepEntry("vquality_type_constant", "VideoTurboTwoPass", "1", True, False),
-    DepEntry("VideoFramerate", "VideoFrameratePFR", "source", True, True),
-    DepEntry("VideoFramerate", "VideoFramerateVFR", "source", False, True),
+    DepEntry("VideoFramerate", "VideoFrameratePFR", "auto", True, True),
+    DepEntry("VideoFramerate", "VideoFramerateVFR", "auto", False, True),
     DepEntry("VideoTwoPass", "VideoTurboTwoPass", "1", False, False),
     DepEntry("PictureDecombDeinterlace", "PictureDeinterlace", "1", True, True),
     DepEntry("PictureDecombDeinterlace", "PictureDeinterlaceCustom", "1", True, True),