added new setting to allow video upscaling

This commit is contained in:
Luke Pulverenti
2014-02-02 10:19:29 -05:00
parent 5cc11294b1
commit d69894d09b
2 changed files with 48 additions and 0 deletions

View File

@@ -187,6 +187,8 @@ namespace MediaBrowser.Model.Configuration
/// <value>The encoding quality.</value>
public EncodingQuality MediaEncodingQuality { get; set; }
public bool AllowVideoUpscaling { get; set; }
public bool EnableMovieChapterImageExtraction { get; set; }
public bool EnableEpisodeChapterImageExtraction { get; set; }
public bool EnableOtherVideoChapterImageExtraction { get; set; }