Merge branch 'dev' into dev-0.12

This commit is contained in:
David Reid
2025-02-23 12:55:40 +10:00
10 changed files with 84 additions and 55 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ int main(int argc, char** argv)
decoders. If you want to prioritize the stock decoders over the custom decoders, you would simply
change the order.
*/
const ma_decoding_backend_vtable* pBackendVTables[] =
ma_decoding_backend_vtable* pBackendVTables[] =
{
ma_decoding_backend_libvorbis,
ma_decoding_backend_libopus,
+1 -1
View File
@@ -34,7 +34,7 @@ int main(int argc, char** argv)
decoders. If you want to prioritize the stock decoders over the custom decoders, you would simply
change the order.
*/
const ma_decoding_backend_vtable* pBackendVTables[] =
ma_decoding_backend_vtable* pBackendVTables[] =
{
ma_decoding_backend_libvorbis,
ma_decoding_backend_libopus,