Remove const qualifiers from decoding backend vtable arrays.

This commit is contained in:
David Reid
2025-02-23 12:54:19 +10:00
parent b6184fa2a0
commit 8c52072f43
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int main(int argc, char** argv)
Add your custom backend vtables here. The order in the array defines the order of priority. The
vtables will be passed in to the resource manager config.
*/
const ma_decoding_backend_vtable* pCustomBackendVTables[] =
ma_decoding_backend_vtable* pCustomBackendVTables[] =
{
ma_decoding_backend_libvorbis,
ma_decoding_backend_libopus