added parameter total_time to decoder_initialized()
Similar to the previous patch: pass total_time instead of manipulating dc->totalTime directly.
This commit is contained in:
@@ -41,7 +41,8 @@ struct decoder;
|
||||
* that it has read the song's meta data.
|
||||
*/
|
||||
void decoder_initialized(struct decoder * decoder,
|
||||
const AudioFormat * audio_format);
|
||||
const AudioFormat * audio_format,
|
||||
float total_time);
|
||||
|
||||
/**
|
||||
* This function is called by the decoder plugin when it has
|
||||
|
Reference in New Issue
Block a user