add mpdecimate option

This commit is contained in:
Luke Pulverenti
2017-08-23 14:44:40 -04:00
parent 26f6f594ce
commit af02f9d692
5 changed files with 18 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
public bool EnableMpDecimate
{
get { return MediaSource.EnableMpDecimate; }
}
public string AlbumCoverPath { get; set; }
public string InputAudioSync { get; set; }