mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-08 09:00:43 +08:00
update linter
This commit is contained in:
@@ -57,7 +57,8 @@ func newRTSPSource(
|
||||
readBufferCount int,
|
||||
readBufferSize int,
|
||||
wg *sync.WaitGroup,
|
||||
parent rtspSourceParent) *rtspSource {
|
||||
parent rtspSourceParent,
|
||||
) *rtspSource {
|
||||
ctx, ctxCancel := context.WithCancel(parentCtx)
|
||||
|
||||
s := &rtspSource{
|
||||
|
Reference in New Issue
Block a user