aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-14 18:46:09 +0900
committerGitHub <noreply@github.com>2020-01-14 18:46:09 +0900
commitb1e76db21e665ba72ed339254c02372d2cb00548 (patch)
tree44ea17ace400f6751c6c561765c2c5b598a6cc6e /MediaBrowser.MediaEncoding
parentd43d39f9b88e4d4a20e3af313e97ec3606de5413 (diff)
parentcf13e89ad6d086cc20acd877a76df23900b222a9 (diff)
Merge pull request #2266 from Bond-009/nullref2
Try to fix nullreff
Diffstat (limited to 'MediaBrowser.MediaEncoding')
-rw-r--r--MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
index 7fa7afa5b..0b2f1d231 100644
--- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
+++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
@@ -225,7 +225,7 @@ namespace MediaBrowser.MediaEncoding.Probing
/// </summary>
/// <value>The start_pts.</value>
[JsonPropertyName("start_pts")]
- public int StartPts { get; set; }
+ public long StartPts { get; set; }
/// <summary>
/// Gets or sets the is_avc.