From ca3ae0ea797b52878c680676350a528f01a28109 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 23 Mar 2012 20:02:40 +0000 Subject: [PATCH] WinGui: (0.9.x) Add additional framerates. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4527 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/frmMain.Designer.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win/CS/frmMain.Designer.cs b/win/CS/frmMain.Designer.cs index 5dcbbbeab..6a481b8cc 100644 --- a/win/CS/frmMain.Designer.cs +++ b/win/CS/frmMain.Designer.cs @@ -312,7 +312,11 @@ namespace Handbrake "23.976", "24", "25", - "29.97"}); + "29.97", + "30", + "50", + "59.94", + "60"}); this.drp_videoFramerate.Location = new System.Drawing.Point(125, 62); this.drp_videoFramerate.Name = "drp_videoFramerate"; this.drp_videoFramerate.Size = new System.Drawing.Size(125, 21); -- 2.40.0