mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Merge branch 'dev' into dev-0.12
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user