Remove version parameter from obs_module_load
Replaced by obs_get_version() API
This commit is contained in:
@@ -21,9 +21,8 @@ OBS_MODULE_USE_DEFAULT_LOCALE("linux-v4l2", "en-US")
|
||||
|
||||
extern struct obs_source_info v4l2_input;
|
||||
|
||||
bool obs_module_load(uint32_t obs_version)
|
||||
bool obs_module_load(void)
|
||||
{
|
||||
UNUSED_PARAMETER(obs_version);
|
||||
obs_register_source(&v4l2_input);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user