From f5ec9511d94b22d916809ced301d7f9dba370d11 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 13 Jul 2007 19:57:05 +0000 Subject: WinGui: Uncommented some code in Parsing. Awaiting Parser.cs to be checked in now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@676 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Parsing/Chapter.cs | 4 ++-- win/C#/Parsing/Title.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/win/C#/Parsing/Chapter.cs b/win/C#/Parsing/Chapter.cs index 53a605650..630ab0905 100644 --- a/win/C#/Parsing/Chapter.cs +++ b/win/C#/Parsing/Chapter.cs @@ -16,7 +16,7 @@ namespace Handbrake.Parsing } } - /*private int[] m_cellRange; + private int[] m_cellRange; public int[] CellRange { get @@ -32,7 +32,7 @@ namespace Handbrake.Parsing { return this.m_blocks; } - }*/ + } private TimeSpan m_duration; public TimeSpan Duration diff --git a/win/C#/Parsing/Title.cs b/win/C#/Parsing/Title.cs index 39062be62..99b32cd70 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 -- cgit v1.2.3