diff options
author | sr55 <[email protected]> | 2017-10-30 20:28:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-10-30 20:28:18 +0000 |
commit | d23b701644f1ac1fa11a82b6edd76b5e6782d48c (patch) | |
tree | 9a27d07d6fd680001b5716719abe57a73a900fa6 /win | |
parent | 4d619807beefecf51a32393fe8a787e4e08e0867 (diff) |
WinGui: Change ChannelLayout to Int64 #968
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceAudioTrack.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceAudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceAudioTrack.cs index 3185694a8..c497df2e6 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceAudioTrack.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceAudioTrack.cs @@ -22,7 +22,7 @@ namespace HandBrake.ApplicationServices.Interop.Json.Scan /// <summary>
/// Gets or sets the channel layout.
/// </summary>
- public int ChannelLayout { get; set; }
+ public long ChannelLayout { get; set; }
/// <summary>
/// Gets or sets the description.
|