(API Change) Pass data to get_properties when possible
This commit is contained in:
@@ -96,8 +96,10 @@ static const char *image_filter =
|
||||
"JPEG Files (*.jpeg *.jpg);;"
|
||||
"GIF Files (*.gif)";
|
||||
|
||||
static obs_properties_t *image_source_properties(void)
|
||||
static obs_properties_t *image_source_properties(void *unused)
|
||||
{
|
||||
UNUSED_PARAMETER(unused);
|
||||
|
||||
obs_properties_t *props = obs_properties_create();
|
||||
|
||||
obs_properties_add_path(props,
|
||||
|
Reference in New Issue
Block a user