mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 20:41:08 +01:00
Fix compilation issue in .awc
This commit is contained in:
parent
cdbfdfc4ce
commit
3b487ab7ba
@ -162,7 +162,7 @@ VGMSTREAM* init_vgmstream_awc(STREAMFILE* sf) {
|
||||
vgmstream->layout_data = build_layered_awc(sf, &awc);
|
||||
if (!vgmstream->layout_data) goto fail;
|
||||
vgmstream->layout_type = layout_layered;
|
||||
vgmstream->coding_type = coding_FFmpeg;
|
||||
vgmstream->coding_type = coding_VORBIS_custom;
|
||||
}
|
||||
else {
|
||||
vorbis_custom_config cfg = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user