mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Do not take into account empty view sections
This commit is contained in:
parent
faabe996ba
commit
9b70c8e7e8
4 changed files with 26 additions and 14 deletions
|
@ -3,10 +3,10 @@ import { AvailableEncoders, EncoderOptionsBuilder, EncoderOptionsBuilderParams,
|
|||
import ffmpeg, { FfmpegCommand } from 'fluent-ffmpeg'
|
||||
|
||||
type FFmpegLogger = {
|
||||
info: (msg: string, obj?: any) => void
|
||||
debug: (msg: string, obj?: any) => void
|
||||
warn: (msg: string, obj?: any) => void
|
||||
error: (msg: string, obj?: any) => void
|
||||
info: (msg: string, obj?: object) => void
|
||||
debug: (msg: string, obj?: object) => void
|
||||
warn: (msg: string, obj?: object) => void
|
||||
error: (msg: string, obj?: object) => void
|
||||
}
|
||||
|
||||
export interface FFmpegCommandWrapperOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue