mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 05:40:27 +00:00
multiplier disp: Pass reconfigure to all displays
Fixes crash when used with the vulkan display.
This commit is contained in:
@@ -278,6 +278,10 @@ static int display_multiplier_reconfigure(void *state, struct video_desc desc)
|
||||
|
||||
s->desc = desc;
|
||||
|
||||
for(auto& disp : s->common->displays){
|
||||
display_reconfigure(disp.get(), desc, VIDEO_NORMAL);
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user