@@ -191,7 +191,7 @@ int main(int argc, char** argv)
{
ma_resultresult;
ma_decoder_configdecoderConfig;
ma_decoder_exdecoder;
ma_decoderdecoder;
ma_device_configdeviceConfig;
ma_devicedevice;
ma_formatformat;
...
...
@@ -217,11 +217,11 @@ int main(int argc, char** argv)
/* Initialize the decoder. */
decoderConfig=ma_decoder_config_init_default();
decoderConfig.pCustomBackendUserData=&decoder;/* In this example our backend objects are contained within a ma_decoder_ex object to avoid a malloc. Our vtables need to know about this. */
decoderConfig.pCustomBackendUserData=NULL;/* In this example our backend objects are contained within a ma_decoder_ex object to avoid a malloc. Our vtables need to know about this. */