This commit is contained in:
Isaac Connor 2016-06-23 11:25:50 -04:00
parent ccea620531
commit 081c0add72
1 changed files with 1 additions and 1 deletions

View File

@ -2065,7 +2065,7 @@ int Monitor::LoadRemoteMonitors( const char *protocol, const char *host, const c
bool rtsp_describe = (*dbrow[col] != '0'); col++; bool rtsp_describe = (*dbrow[col] != '0'); col++;
int savejpegs = atoi(dbrow[col]); col++; int savejpegs = atoi(dbrow[col]); col++;
int videowriter = atoi(dbrow[col]); col++; int videowriter = atoi(dbrow[col]); col++;
std::string encoderparams = dbrow[col] ? dbrow[col] : ''; col++; std::string encoderparams = dbrow[col] ? dbrow[col] : ""; col++;
bool record_audio = (*dbrow[col] != '0'); col++; bool record_audio = (*dbrow[col] != '0'); col++;
int brightness = atoi(dbrow[col]); col++; int brightness = atoi(dbrow[col]); col++;