From b110820dfca3552f782b66d895637380c9bb69d7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Jun 2021 13:29:59 +0200 Subject: Fix build --- server/helpers/ffmpeg-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/helpers/ffmpeg-utils.ts b/server/helpers/ffmpeg-utils.ts index 585230e2d..6f5a71b4a 100644 --- a/server/helpers/ffmpeg-utils.ts +++ b/server/helpers/ffmpeg-utils.ts @@ -226,7 +226,7 @@ async function getLiveTranscodingCommand (options: { const varStreamMap: string[] = [] - const complexFilter: FilterSpecification[] = [ + const complexFilter: ffmpeg.FilterSpecification[] = [ { inputs: '[v:0]', filter: 'split', -- cgit v1.2.3