(API Change) Pass data to get_properties when possible
This commit is contained in:
@@ -156,7 +156,7 @@ struct obs_encoder_info {
|
||||
*
|
||||
* @return The properties data
|
||||
*/
|
||||
obs_properties_t *(*get_properties)(void);
|
||||
obs_properties_t *(*get_properties)(void *data);
|
||||
|
||||
/**
|
||||
* Updates the settings for this encoder (usually used for things like
|
||||
|
Reference in New Issue
Block a user