mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
screencast: correct array size (#72)
This commit is contained in:
parent
43300c11a9
commit
af539f4e4d
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ static void pwr_handle_stream_param_changed(void *data, uint32_t id,
|
||||||
struct pw_stream *stream = cast->stream;
|
struct pw_stream *stream = cast->stream;
|
||||||
uint8_t params_buffer[3][1024];
|
uint8_t params_buffer[3][1024];
|
||||||
struct spa_pod_dynamic_builder b[3];
|
struct spa_pod_dynamic_builder b[3];
|
||||||
const struct spa_pod *params[3];
|
const struct spa_pod *params[4];
|
||||||
uint32_t blocks;
|
uint32_t blocks;
|
||||||
uint32_t data_type;
|
uint32_t data_type;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue