This commit is contained in:
Bond-009
2022-12-05 14:56:58 +01:00
committed by GitHub
parent 9ec5782555
commit b2def4c9ea
3 changed files with 3 additions and 2 deletions

View File

@@ -635,7 +635,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
return imageResolutionParameter;
}
private async Task<string> ExtractImageInternal(string inputPath, string container, MediaStream videoStream, int? imageStreamIndex, Video3DFormat? threedFormat, TimeSpan? offset, bool useIFrame, ImageFormat? targetFormat, CancellationToken cancellationToken)
{
if (string.IsNullOrEmpty(inputPath))