mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-19 05:11:53 +00:00
kmsgrab: Fix multi-plane import
This commit is contained in:
parent
7c753e2289
commit
d9d50d8943
@ -571,6 +571,7 @@ public:
|
||||
sd->offsets[x] = fb->offsets[y];
|
||||
sd->pitches[x] = fb->pitches[y];
|
||||
sd->plane_indices[x] = y;
|
||||
++x;
|
||||
}
|
||||
|
||||
sd->width = fb->width;
|
||||
@ -585,8 +586,6 @@ public:
|
||||
return capture_e::reinit;
|
||||
}
|
||||
|
||||
++x;
|
||||
|
||||
return capture_e::ok;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user