summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2014-06-11 03:45:16 +0000
committerrandomengy <[email protected]>2014-06-11 03:45:16 +0000
commitf9da2ea7534cc8603951d44ad8c4ce4497c5c851 (patch)
tree3b92e31b1614a9f54fca7aa7423dec3551800174 /win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs
parent9491a0b137116e8606d4d08f419514d0c298debd (diff)
Interop: Fixed a bug that was causing crashes on AAC passthrough. We were clobbering the private data section with zeroes. Also added support for passing through a track if it's possible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6210 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs
index 2912dec1e..e4bb3c39e 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/SourceSubtitle.cs
@@ -17,7 +17,7 @@ namespace HandBrake.Interop.Model
#region Properties
/// <summary>
- /// Gets or sets a value indicating whether burned in.
+ /// Gets or sets a value indicating whether the subtitle track should be burned in.
/// </summary>
public bool BurnedIn { get; set; }