summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/PresetLoader.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-06-18 19:19:35 +0000
committersr55 <[email protected]>2010-06-18 19:19:35 +0000
commitd514009752e382a26387f14314f1f643bbac333e (patch)
tree5ccd7ef62391b6c09578a4597fd4d883be891f0b /win/C#/Functions/PresetLoader.cs
parent52cc84bfac801b89127403139a3cd67d786700c5 (diff)
WinGui:
- Updates to the x264 panel. - Added a Peak Framerate checkbox (--pfr cli option) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3388 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/PresetLoader.cs')
-rw-r--r--win/C#/Functions/PresetLoader.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs
index f10bd0073..9b6d154ad 100644
--- a/win/C#/Functions/PresetLoader.cs
+++ b/win/C#/Functions/PresetLoader.cs
@@ -183,6 +183,7 @@ namespace Handbrake.Functions
mainWindow.check_2PassEncode.CheckState = presetQuery.TwoPass ? CheckState.Checked : CheckState.Unchecked;
mainWindow.drp_videoFramerate.Text = presetQuery.VideoFramerate;
+ mainWindow.checkMaximumFramerate.Checked = presetQuery.Pfr;
mainWindow.check_turbo.CheckState = presetQuery.TurboFirstPass ? CheckState.Checked : CheckState.Unchecked;