We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a91bd commit 22ed579Copy full SHA for 22ed579
process.go
@@ -37,7 +37,7 @@ func NewProcess(
37
audio bool,
38
loggingOpts ProcessLoggingOpts,
39
) *Process {
40
- return &Process{audio, keepFiles, loggingOpts}
+ return &Process{keepFiles, audio, loggingOpts}
41
}
42
43
// getHLSFlags are for getting the flags based on the config context
0 commit comments