diff options
Diffstat (limited to 'server/lib/video-transcoding-profiles.ts')
-rw-r--r-- | server/lib/video-transcoding-profiles.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/video-transcoding-profiles.ts b/server/lib/video-transcoding-profiles.ts index 3bf83d6a8..338f4de4a 100644 --- a/server/lib/video-transcoding-profiles.ts +++ b/server/lib/video-transcoding-profiles.ts | |||
@@ -111,7 +111,6 @@ async function buildTargetBitrate (options: { | |||
111 | input: string | 111 | input: string |
112 | resolution: VideoResolution | 112 | resolution: VideoResolution |
113 | fps: number | 113 | fps: number |
114 | |||
115 | }) { | 114 | }) { |
116 | const { input, resolution, fps } = options | 115 | const { input, resolution, fps } = options |
117 | const probe = await ffprobePromise(input) | 116 | const probe = await ffprobePromise(input) |