mirror of https://bitbucket.org/ausocean/av.git
exp/rvcl/main.go: running go fmt
This commit is contained in:
parent
b1d78621dc
commit
5436272d78
|
@ -98,10 +98,10 @@ const (
|
|||
|
||||
// Default config parameters.
|
||||
const (
|
||||
defaultInput = "File"
|
||||
defaultInputPath = "../../../test/test-data/av/input/betterInput.h264"
|
||||
defaultFileFPS = "25"
|
||||
defaultOutput = "RTP"
|
||||
defaultInput = "File"
|
||||
defaultInputPath = "../../../test/test-data/av/input/betterInput.h264"
|
||||
defaultFileFPS = "25"
|
||||
defaultOutput = "RTP"
|
||||
defaultRTPAddress = "localhost:6970"
|
||||
defaultLoop = "true"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue