summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-03-06 22:36:10 +0000
committersr55 <[email protected]>2015-03-06 22:36:10 +0000
commit27a40c0299e0545d1b92ab12a5508c5f4ffb9b8b (patch)
treec8c8591aac41588c5c4e3cf0d3fdcd1de992f5dd /win/CS/HandBrake.ApplicationServices/Interop/Json/Scan
parent01eabb2d314372bb301c3468d53840994105c652 (diff)
WinGui: Stripping out a lot of legacy abstraction code for the scan service.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6971 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Scan')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/PAR.cs4
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/TitleList.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/PAR.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/PAR.cs
index bfe647ab8..2eca81fc6 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/PAR.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/PAR.cs
@@ -15,12 +15,12 @@ namespace HandBrake.ApplicationServices.Interop.Json.Scan
internal class PAR
{
/// <summary>
- /// Gets or sets the height.
+ /// Gets or sets the width.
/// </summary>
public int Num { get; set; }
/// <summary>
- /// Gets or sets the width.
+ /// Gets or sets the height.
/// </summary>
public int Den { get; set; }
}
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/TitleList.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/TitleList.cs
index b31dd4e05..f6668eb24 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/TitleList.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/TitleList.cs
@@ -93,7 +93,7 @@ namespace HandBrake.ApplicationServices.Interop.Json.Scan
/// <summary>
/// Gets or sets the type.
- /// HB_DVD_TYPE, HB_BD_TYPE, HB_STREAM_TYPE, HB_FF_STREAM_TYPE
+ /// HB_DVD_TYPE = 0, HB_BD_TYPE, HB_STREAM_TYPE, HB_FF_STREAM_TYPE
/// </summary>
public int Type { get; set; }