update interlaced detection

This commit is contained in:
Luke Pulverenti
2016-01-13 16:21:39 -05:00
parent 5d30bfeb3c
commit d5c65d0163
6 changed files with 52 additions and 22 deletions

View File

@@ -15,7 +15,6 @@ namespace MediaBrowser.Controller.MediaEncoding
public IIsoMount MountedIso { get; set; }
public VideoType VideoType { get; set; }
public List<string> PlayableStreamFileNames { get; set; }
public bool ExtractKeyFrameInterval { get; set; }
public MediaInfoRequest()
{