mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
close ffmpeg more gracefully
This commit is contained in:
@@ -134,7 +134,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
/// <returns>System.String.</returns>
|
||||
public string GetProbeSizeArgument(string[] inputFiles, MediaProtocol protocol)
|
||||
{
|
||||
return EncodingUtils.GetProbeSizeArgument(inputFiles.Length > 0);
|
||||
return EncodingUtils.GetProbeSizeArgument(inputFiles.Length > 1);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user