aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index a4fd7fc9..eb2ca388 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -40,7 +40,8 @@ struct decoder;
* Notify the player thread that it has finished initialization and
* that it has read the song's meta data.
*/
-void decoder_initialized(struct decoder * decoder);
+void decoder_initialized(struct decoder * decoder,
+ const AudioFormat * audio_format);
/**
* This function is called by the decoder plugin when it has