mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go Changed case of logging variable.
This commit is contained in:
parent
016bbf0553
commit
b8f70ddaa1
|
@ -286,7 +286,7 @@ var TypeData = map[string]string{
|
||||||
"Input": "enum:raspivid,rtsp,v4l,file",
|
"Input": "enum:raspivid,rtsp,v4l,file",
|
||||||
"InputCodec": "enum:H264,MJPEG",
|
"InputCodec": "enum:H264,MJPEG",
|
||||||
"InputPath": "string",
|
"InputPath": "string",
|
||||||
"Logging": "enum:Debug,Info,Warning,Error,Fatal",
|
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
||||||
"MinFrames": "uint",
|
"MinFrames": "uint",
|
||||||
"MTSRBElementSize": "int",
|
"MTSRBElementSize": "int",
|
||||||
"MTSRBSize": "int",
|
"MTSRBSize": "int",
|
||||||
|
|
Loading…
Reference in New Issue