diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-12 23:25:57 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-12 23:25:57 +0100 |
| commit | 93ab829df523c36a44ffa2f9caaf96505a2b2e5c (patch) | |
| tree | 73210d8070c2594b74efb6993cb9426f2f3f5daf | |
| parent | 84d1b12530b4c53910b300b040fe5f316523427e (diff) | |
Attempt #3
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs | 2 |
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. |
