aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-18 15:58:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-18 15:58:17 -0400
commit2ccd7d3e774120b2d25818fdfa97da54a8e8ce00 (patch)
tree1fdabcd05b57fa806e36f96bfc1e07fe71949f81 /MediaBrowser.Model/Entities
parentd58da2a7728580f79203cfa502269c31c463775d (diff)
removed pixel format property
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index 170a8db68..1703dbf05 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -119,12 +119,6 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The level.</value>
public double? Level { get; set; }
-
- /// <summary>
- /// Gets or sets the pixel format.
- /// </summary>
- /// <value>The pixel format.</value>
- public string PixelFormat { get; set; }
}
/// <summary>