mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
RIFF: uncomment Ogg Vorbis mode 2+ [Only One (PC)]
This commit is contained in:
parent
8b2e0336ef
commit
7aaa6e695e
@ -234,7 +234,7 @@ static int read_fmt(int big_endian, STREAMFILE* sf, off_t offset, riff_fmt_chunk
|
|||||||
//case 0x6750: /* Ogg Vorbis (mode 2) */
|
//case 0x6750: /* Ogg Vorbis (mode 2) */
|
||||||
//case 0x6751: /* Ogg Vorbis (mode 3) */
|
//case 0x6751: /* Ogg Vorbis (mode 3) */
|
||||||
case 0x676f: /* Ogg Vorbis (mode 1+) [Only One 2 (PC)] */
|
case 0x676f: /* Ogg Vorbis (mode 1+) [Only One 2 (PC)] */
|
||||||
//case 0x6770: /* Ogg Vorbis (mode 2+) */
|
case 0x6770: /* Ogg Vorbis (mode 2+) [Only One (PC)]*/
|
||||||
case 0x6771: /* Ogg Vorbis (mode 3+) [Liar-soft games] */
|
case 0x6771: /* Ogg Vorbis (mode 3+) [Liar-soft games] */
|
||||||
/* vorbis.acm codecs (official-ish, "+" = CBR-style modes?) */
|
/* vorbis.acm codecs (official-ish, "+" = CBR-style modes?) */
|
||||||
fmt->coding_type = coding_OGG_VORBIS;
|
fmt->coding_type = coding_OGG_VORBIS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user