removed pixel format property

This commit is contained in:
Luke Pulverenti
2013-09-18 15:58:17 -04:00
parent d58da2a772
commit 2ccd7d3e77
2 changed files with 0 additions and 7 deletions

View File

@@ -212,7 +212,6 @@ namespace MediaBrowser.Providers.MediaInfo
stream.Width = streamInfo.width;
stream.Height = streamInfo.height;
stream.PixelFormat = streamInfo.pix_fmt;
stream.AspectRatio = streamInfo.display_aspect_ratio;
stream.AverageFrameRate = GetFrameRate(streamInfo.avg_frame_rate);