UI: Add option to auto remux

This commit is contained in:
cg2121
2017-05-08 06:53:35 -05:00
committed by Clayton Groeneveld
parent 14ae6351d4
commit 2fedcab987
9 changed files with 395 additions and 281 deletions

View File

@@ -197,6 +197,10 @@ static inline int GetProfilePath(char *path, size_t size, const char *file)
}
extern bool portable_mode;
extern bool remuxAfterRecord;
extern std::string remuxFilename;
extern bool opt_start_streaming;
extern bool opt_start_recording;
extern bool opt_start_replaybuffer;