diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-18 15:58:17 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-18 15:58:17 -0400 |
| commit | 2ccd7d3e774120b2d25818fdfa97da54a8e8ce00 (patch) | |
| tree | 1fdabcd05b57fa806e36f96bfc1e07fe71949f81 /MediaBrowser.Model/Entities | |
| parent | d58da2a7728580f79203cfa502269c31c463775d (diff) | |
removed pixel format property
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 6 |
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> |
