Skip to content

Commit 22ed579

Browse files
committed
fix(streamer-1): changed parameter order for proper audio
1 parent b4a91bd commit 22ed579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func NewProcess(
3737
audio bool,
3838
loggingOpts ProcessLoggingOpts,
3939
) *Process {
40-
return &Process{audio, keepFiles, loggingOpts}
40+
return &Process{keepFiles, audio, loggingOpts}
4141
}
4242

4343
// getHLSFlags are for getting the flags based on the config context

0 commit comments

Comments
 (0)