mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
close ffmpeg more gracefully
This commit is contained in:
parent
e666fee20d
commit
4398393783
14 changed files with 313 additions and 106 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue