Browse Source

fix

pull/2/head
aler9 6 years ago
parent
commit
1ec4cb1c52
  1. 2
      main.go

2
main.go

@ -29,7 +29,7 @@ type track struct { @@ -29,7 +29,7 @@ type track struct {
type streamProtocol int
const (
_STREAM_PROTOCOL_UDP = iota
_STREAM_PROTOCOL_UDP streamProtocol = iota
_STREAM_PROTOCOL_TCP
)

Loading…
Cancel
Save