Change default threads to 1

pull/9554/head
Nick 2 years ago
parent 3377032228
commit 07e6804f7a

@ -56,5 +56,5 @@ public class TrickplayOptions
/// <summary>
/// Gets or sets the number of threads to be used by ffmpeg.
/// </summary>
public int ProcessThreads { get; set; } = 0;
public int ProcessThreads { get; set; } = 1;
}

Loading…
Cancel
Save