mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-14 10:24:12 -04:00
Revert "libobs: Restore only canvases that have video info"
This reverts commit 9a62529f02.
This commit is contained in:
committed by
Ryan Foster
parent
855b8a9d6f
commit
8fb81caf0a
@@ -296,9 +296,6 @@ void obs_free_canvas_mixes(void)
|
||||
|
||||
bool obs_canvas_reset_video_internal(obs_canvas_t *canvas, struct obs_video_info *ovi)
|
||||
{
|
||||
if (!ovi && !canvas->mix)
|
||||
return true;
|
||||
|
||||
obs_canvas_clear_mix(canvas);
|
||||
|
||||
if (ovi)
|
||||
|
||||
Reference in New Issue
Block a user