diff options
author | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
commit | 407b71dfd22e7d0d7b2d0abba4e5c3c0995875e8 (patch) | |
tree | 8ef5b019b3606103a2487020992be3193f8352a3 /win/C#/Parsing/Title.cs | |
parent | 1f013f7fed5b0103afe4e33a860be91b2e94f660 (diff) |
WinGui:
- Couple bug fixes + a bit of code tidy up.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@672 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Parsing/Title.cs')
-rw-r--r-- | win/C#/Parsing/Title.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/Parsing/Title.cs b/win/C#/Parsing/Title.cs index 99b32cd70..39062be62 100644 --- a/win/C#/Parsing/Title.cs +++ b/win/C#/Parsing/Title.cs @@ -35,7 +35,7 @@ namespace Handbrake.Parsing }
}
- private int m_vts;
+ /*private int m_vts;
public int Vts
{
get
@@ -69,7 +69,7 @@ namespace Handbrake.Parsing {
return this.m_blockCount;
}
- }
+ }*/
private int m_titleNumber;
public int TitleNumber
@@ -107,14 +107,14 @@ namespace Handbrake.Parsing }
}
- private float m_fps;
+ /*private float m_fps;
public float Fps
{
get
{
return this.m_fps;
}
- }
+ }*/
private int[] m_autoCrop;
public int[] AutoCropDimensions
|