The ASRCFiltersIDs_t and SSRCFiltersIDs_t types each contain an array. The initialisation lists for variables either of these types did not take that additional array into account when grouping initial values with braces, leading to compiler warnings when building. This pull request adds in the missing braces.
The
ASRCFiltersIDs_t
andSSRCFiltersIDs_t
types each contain an array. The initialisation lists for variables either of these types did not take that additional array into account when grouping initial values with braces, leading to compiler warnings when building. This pull request adds in the missing braces.