removed pixel format property
This commit is contained in:
parent
d58da2a772
commit
2ccd7d3e77
|
@ -119,12 +119,6 @@ namespace MediaBrowser.Model.Entities
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The level.</value>
|
/// <value>The level.</value>
|
||||||
public double? Level { get; set; }
|
public double? Level { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets the pixel format.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>The pixel format.</value>
|
|
||||||
public string PixelFormat { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -212,7 +212,6 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||||
|
|
||||||
stream.Width = streamInfo.width;
|
stream.Width = streamInfo.width;
|
||||||
stream.Height = streamInfo.height;
|
stream.Height = streamInfo.height;
|
||||||
stream.PixelFormat = streamInfo.pix_fmt;
|
|
||||||
stream.AspectRatio = streamInfo.display_aspect_ratio;
|
stream.AspectRatio = streamInfo.display_aspect_ratio;
|
||||||
|
|
||||||
stream.AverageFrameRate = GetFrameRate(streamInfo.avg_frame_rate);
|
stream.AverageFrameRate = GetFrameRate(streamInfo.avg_frame_rate);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user