mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 22:40:30 +00:00
glfw_init_count: improved documentation
This commit is contained in:
@@ -111,7 +111,7 @@ volatile bool should_exit = false;
|
||||
volatile int audio_offset; ///< added audio delay in ms (non-negative), can be used to tune AV sync
|
||||
volatile int video_offset; ///< added video delay in ms (non-negative), can be used to tune AV sync
|
||||
|
||||
/// 0->1 - call glfwInit, 1->0 call glfwTerminate; fncs shouls be called from main thr, no need to synchronize
|
||||
/// 0->1 - call glfwInit, 1->0 call glfwTerminate; glfw{Init,Terminate} should be called from main thr, thus no need to synchronize
|
||||
int glfw_init_count;
|
||||
|
||||
std::unordered_map<std::string, std::string> commandline_params;
|
||||
|
||||
Reference in New Issue
Block a user