forked from External/mediamtx
fix linting
This commit is contained in:
parent
e255d004e3
commit
ca46d56184
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// this is the chunk stream ID that is usually used to send MsgAudio{}
|
||||
// MsgAudioChunkStreamID is the chunk stream ID that is usually used to send MsgAudio{}
|
||||
MsgAudioChunkStreamID = 6
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// this is the chunk stream ID that is usually used to send MsgVideo{}
|
||||
// MsgVideoChunkStreamID is the chunk stream ID that is usually used to send MsgVideo{}
|
||||
MsgVideoChunkStreamID = 6
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue