screencast: correct array size (#72)

This commit is contained in:
Nicola Guerrera 2023-07-23 15:48:06 +02:00 committed by GitHub
parent 43300c11a9
commit af539f4e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ static void pwr_handle_stream_param_changed(void *data, uint32_t id,
struct pw_stream *stream = cast->stream;
uint8_t params_buffer[3][1024];
struct spa_pod_dynamic_builder b[3];
const struct spa_pod *params[3];
const struct spa_pod *params[4];
uint32_t blocks;
uint32_t data_type;