diff options
author | sr55 <[email protected]> | 2007-11-27 21:27:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-27 21:27:19 +0000 |
commit | e9a2f0eadfefe9f21b1d677c8c53e3a0c2495874 (patch) | |
tree | 45119079bf38d194422b0e3980ffeeff8ffbabd4 /win/C#/frmMain.Designer.cs | |
parent | 4d3dac78d9577670a85a9ec0472ce2bb393fdaf4 (diff) |
WinGui:
- Removed some duplicate code and fixed a few small bugs.
- Changed the layout of the code slightly.
- Changed the DVD parser to use verbose CLI which can be displayed on the DVD information log page.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1081 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index c67ef7137..9ff14a323 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -357,8 +357,7 @@ namespace Handbrake "Mpeg 4",
"Xvid",
"H.264",
- "H.264 (iPod)",
- "H.264 Baseline 1.3"});
+ "H.264 (iPod)"});
this.drp_videoEncoder.Location = new System.Drawing.Point(99, 20);
this.drp_videoEncoder.Name = "drp_videoEncoder";
this.drp_videoEncoder.Size = new System.Drawing.Size(156, 21);
|