From eca1ba0b12da195dff3c31ffb799e4e3a7b5b5b9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 24 Apr 2014 22:00:19 -0400 Subject: fixes #797 - Determine mpeg2ts timestamp info --- MediaBrowser.Model/Entities/MediaStream.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Entities/MediaStream.cs') diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 920112d02e..d54e3c0ef9 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Diagnostics; -using MediaBrowser.Model.Dlna; namespace MediaBrowser.Model.Entities { @@ -52,12 +51,6 @@ namespace MediaBrowser.Model.Entities /// The length of the packet. public int? PacketLength { get; set; } - /// - /// Gets or sets the timestamp. - /// - /// The timestamp. - public TransportStreamTimestamp Timestamp { get; set; } - /// /// Gets or sets the channels. /// -- cgit v1.2.3