Bond_009 5 年之前
父节点
当前提交
93ab829df5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs

+ 1 - 1
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.