mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Enabling video info provider
This commit is contained in:
parent
e6a95defc9
commit
0a0a4256b3
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user