@@ -221,9 +221,9 @@ int main(int argc, char** argv)
/* Initialize the decoder. */
decoderConfig=ma_decoder_config_init_default();
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. */
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. */
resourceManagerConfig.pCustomDecodingBackendUserData=NULL;/* <-- This will be passed in to the pUserData parameter of each function in the decoding backend vtables. */
resourceManagerConfig.pCustomDecodingBackendUserData=NULL;/* <-- This will be passed in to the pUserData parameter of each function in the decoding backend vtables. */