audio_format: converted typedef AudioFormat to struct audio_format
Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user