Enabling video info provider

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20 23:32:59 -04:00
parent e6a95defc9
commit 0a0a4256b3
4 changed files with 51 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ namespace MediaBrowser.Controller.FFMpeg
public int height { get; set; }
//public int has_b_frames { get; set; }
//public string sample_aspect_ratio { get; set; }
//public string display_aspect_ratio { get; set; }
public string display_aspect_ratio { get; set; }
//public string pix_fmt { get; set; }
//public int level { get; set; }
public Dictionary<string,string> tags { get; set; }