update keyframe setting

This commit is contained in:
Luke Pulverenti
2015-12-12 01:49:03 -05:00
parent 3060b0c5e9
commit 02938e7bcb
10 changed files with 15 additions and 224 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()
{