mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Fix RIFF #ifdef VGM_USE_MAIATRAC3PLUS failing when set
This commit is contained in:
parent
2dc5ddc59e
commit
c114dc3ba1
@ -233,6 +233,7 @@ static int read_fmt(int big_endian, STREAMFILE * streamFile, off_t current_chunk
|
|||||||
bztmp = (bztmp >> 8) | (bztmp << 8);
|
bztmp = (bztmp >> 8) | (bztmp << 8);
|
||||||
fmt->coding_type = coding_AT3plus;
|
fmt->coding_type = coding_AT3plus;
|
||||||
fmt->block_size = (bztmp & 0x3FF) * 8 + 8; /* should match fmt->block_size */
|
fmt->block_size = (bztmp & 0x3FF) * 8 + 8; /* should match fmt->block_size */
|
||||||
|
break;
|
||||||
#elif defined(VGM_USE_FFMPEG)
|
#elif defined(VGM_USE_FFMPEG)
|
||||||
fmt->coding_type = coding_FFmpeg;
|
fmt->coding_type = coding_FFmpeg;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user