mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Fix .caf regression
This commit is contained in:
parent
3822391cf2
commit
ca169e75ae
@ -145,10 +145,8 @@ VGMSTREAM * init_vgmstream_apple_caff(STREAMFILE *streamFile) {
|
||||
break;
|
||||
|
||||
default: /* "aac " "alac" etc: probably parsed by FFMpeg... */
|
||||
VGM_LOG("CAFF: unknown codec %x\n", codec);
|
||||
goto fail;
|
||||
}
|
||||
goto fail;
|
||||
|
||||
if (!vgmstream_open_stream(vgmstream,streamFile,start_offset))
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user