mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 08:36:37 +00:00
IsAutomated not set on copy
This commit is contained in:
@@ -48,7 +48,6 @@ public class EncodingOptions
|
||||
EnableIntelLowPowerH264HwEncoder = false;
|
||||
EnableIntelLowPowerHevcHwEncoder = false;
|
||||
EnableHardwareEncoding = true;
|
||||
EnableTrickplayHwAccel = false;
|
||||
AllowHevcEncoding = false;
|
||||
AllowMjpegEncoding = false;
|
||||
EnableSubtitleExtraction = true;
|
||||
@@ -246,11 +245,6 @@ public class EncodingOptions
|
||||
/// </summary>
|
||||
public bool EnableHardwareEncoding { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether hardware acceleration is enabled for trickplay generation.
|
||||
/// </summary>
|
||||
public bool EnableTrickplayHwAccel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether HEVC encoding is enabled.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user