filter-chain: fix warning

This commit is contained in:
Dmitry Sharshakov 2023-01-30 21:12:06 +03:00
parent 6539535176
commit a5d15ff16a

View file

@ -445,7 +445,7 @@ static float discard_data[MAX_SAMPLES];
struct plugin {
struct spa_list link;
int ref;
char type[64];
char type[256];
char path[PATH_MAX];
struct fc_plugin *plugin;