decoder: rename the struct to "Decoder"
This commit is contained in:
@@ -48,7 +48,7 @@ adplug_init(const config_param ¶m)
|
||||
}
|
||||
|
||||
static void
|
||||
adplug_file_decode(struct decoder *decoder, const char *path_fs)
|
||||
adplug_file_decode(Decoder &decoder, const char *path_fs)
|
||||
{
|
||||
CEmuopl opl(sample_rate, true, true);
|
||||
opl.init();
|
||||
|
||||
Reference in New Issue
Block a user