revid/config/config.go: updated ring buffer variable names in TypeData map

This commit is contained in:
Saxon 2020-01-08 23:17:51 +10:30
parent e9bd2fc0d1
commit 0f9eba4bb1
1 changed files with 6 additions and 6 deletions

View File

@ -338,17 +338,17 @@ var TypeData = map[string]string{
"MOGHistory": "uint", "MOGHistory": "uint",
"MOGMinArea": "float", "MOGMinArea": "float",
"MOGThreshold": "float", "MOGThreshold": "float",
"MTSRBElementSize": "int", "MTSRBCapacity": "uint",
"MTSRBSize": "int", "MTSRBMaxElements": "uint",
"MTSRBWriteTimeout": "int", "MTSRBWriteTimeout": "uint",
"Output": "enum:File,Http,Rtmp,Rtp", "Output": "enum:File,Http,Rtmp,Rtp",
"OutputPath": "string", "OutputPath": "string",
"Outputs": "enums:File,Http,Rtmp,Rtp", "Outputs": "enums:File,Http,Rtmp,Rtp",
"Quantization": "uint", "Quantization": "uint",
"Rotation": "uint", "Rotation": "uint",
"RTMPRBElementSize": "int", "RTMPRBCapacity": "uint",
"RTMPRBSize": "int", "RTMPRBMaxElements": "uint",
"RTMPRBWriteTimeout": "int", "RTMPRBWriteTimeout": "uint",
"RTMPURL": "string", "RTMPURL": "string",
"RTPAddress": "string", "RTPAddress": "string",
"Saturation": "int", "Saturation": "int",