We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb151a commit 08c756dCopy full SHA for 08c756d
input/ffmpeg/dshow.go
@@ -28,7 +28,7 @@ func NewWindowsSession(b FFmpegBackend, cfg input.SessionConfig) (*execread.Sess
28
args = append(args, b.InputArgs()...)
29
args = append(args, "-f", "f64le", "-")
30
31
- return execread.NewSession(args, false, cfg)
+ return execread.NewSession(args, false, cfg), nil
32
}
33
34
// DShow is the DirectShow input for FFmpeg on Windows.
0 commit comments