summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs
index 65ed3002b..0c6340189 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/SourceVideoInfo.cs
@@ -29,7 +29,7 @@ namespace HandBrake.ApplicationServices.Interop.Model
/// <param name="parVal">
/// The par val.
/// </param>
- public SourceVideoInfo(int framerateNumerator, int framerateDenominator, Size resolution, Size parVal)
+ public SourceVideoInfo(int? framerateNumerator, int? framerateDenominator, Size resolution, Size parVal)
{
this.FramerateNumerator = framerateNumerator;
this.FramerateDenominator = framerateDenominator;
@@ -40,12 +40,12 @@ namespace HandBrake.ApplicationServices.Interop.Model
/// <summary>
/// Gets the framerate numerator.
/// </summary>
- public int FramerateNumerator { get; private set; }
+ public int? FramerateNumerator { get; private set; }
/// <summary>
/// Gets the framerate denominator.
/// </summary>
- public int FramerateDenominator { get; private set; }
+ public int? FramerateDenominator { get; private set; }
/// <summary>
/// Gets or sets the resolution (width/height) of this Title