Added type data for filters variable

This commit is contained in:
Scott 2019-12-31 11:43:26 +10:30
parent e5db4f0f1c
commit d853860526
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ var TypeData = map[string]string{
"CBR": "bool",
"ClipDuration": "uint",
"Exposure": "enum:auto,night,nightpreview,backlight,spotlight,sports,snow,beach,verylong,fixedfps,antishake,fireworks",
"Filters": "enums:NoOp,MOG,VariableFPS,KNN",
"FrameRate": "uint",
"Height": "uint",
"HorizontalFlip": "bool",