mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 19:40:24 +00:00
Move rxtx_mode global var to class
This commit is contained in:
@@ -456,6 +456,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
int bitrate = RATE_AUTO;
|
||||
|
||||
int rxtx_mode = 0;
|
||||
|
||||
#ifdef USE_MTRACE
|
||||
mtrace();
|
||||
#endif
|
||||
@@ -970,6 +972,7 @@ int main(int argc, char *argv[])
|
||||
params["parent"].ptr = &root_mod;
|
||||
params["exporter"].ptr = video_exporter;
|
||||
params["compression"].ptr = (void *) requested_compression;
|
||||
params["rxtx_mode"].i = rxtx_mode;
|
||||
|
||||
// iHDTV
|
||||
params["argc"].i = argc;
|
||||
|
||||
Reference in New Issue
Block a user