diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-08 13:29:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-08 13:29:59 +0200 |
commit | b110820dfca3552f782b66d895637380c9bb69d7 (patch) | |
tree | b3306db18c352070363213d707fef2456e1e0405 /server/helpers/ffmpeg-utils.ts | |
parent | b7c8304cfd954846852f47430ecf03f39ce85099 (diff) | |
download | PeerTube-b110820dfca3552f782b66d895637380c9bb69d7.tar.gz PeerTube-b110820dfca3552f782b66d895637380c9bb69d7.tar.zst PeerTube-b110820dfca3552f782b66d895637380c9bb69d7.zip |
Fix build
Diffstat (limited to 'server/helpers/ffmpeg-utils.ts')
-rw-r--r-- | server/helpers/ffmpeg-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: { | |||
226 | 226 | ||
227 | const varStreamMap: string[] = [] | 227 | const varStreamMap: string[] = [] |
228 | 228 | ||
229 | const complexFilter: FilterSpecification[] = [ | 229 | const complexFilter: ffmpeg.FilterSpecification[] = [ |
230 | { | 230 | { |
231 | inputs: '[v:0]', | 231 | inputs: '[v:0]', |
232 | filter: 'split', | 232 | filter: 'split', |