mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 13:18:34 -05:00
libobs: Fix crop to bounds ABI break
This commit is contained in:
@@ -122,7 +122,7 @@ static void AddSource(void *_data, obs_scene_t *scene)
|
||||
sceneitem = obs_scene_add(scene, data->source);
|
||||
|
||||
if (data->transform != nullptr)
|
||||
obs_sceneitem_set_info(sceneitem, data->transform);
|
||||
obs_sceneitem_set_info2(sceneitem, data->transform);
|
||||
if (data->crop != nullptr)
|
||||
obs_sceneitem_set_crop(sceneitem, data->crop);
|
||||
if (data->blend_method != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user