aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_api.c')
-rw-r--r--src/decoder_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_api.c b/src/decoder_api.c
index bf36886ba..db1820db4 100644
--- a/src/decoder_api.c
+++ b/src/decoder_api.c
@@ -39,7 +39,7 @@ void decoder_plugin_unregister(struct decoder_plugin *plugin)
}
void decoder_initialized(struct decoder * decoder,
- const AudioFormat * audio_format,
+ const struct audio_format *audio_format,
float total_time)
{
assert(dc.state == DECODE_STATE_START);