mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 19:13:20 +01:00
Add/change .opus to .lopus
This commit is contained in:
parent
ea7c37ef8a
commit
aa72a055c1
@ -162,6 +162,7 @@ static const char* extension_list[] = {
|
||||
"leg",
|
||||
"lmp4", //fake extension, for MP4s
|
||||
"logg", //fake extension, for OGGs
|
||||
"lopus", //fake extension, for OPUS
|
||||
"lpcm",
|
||||
"lps",
|
||||
"lsf",
|
||||
|
@ -11,7 +11,7 @@ VGMSTREAM * init_vgmstream_nsw_opus(STREAMFILE *streamFile) {
|
||||
off_t offset = 0;
|
||||
|
||||
/* check extension, case insensitive */
|
||||
if ( !check_extensions(streamFile,"opus")) /* no relation to Ogg Opus */
|
||||
if ( !check_extensions(streamFile,"opus,lopus")) /* no relation to Ogg Opus */
|
||||
goto fail;
|
||||
|
||||
/* variations, maybe custom */
|
||||
|
Loading…
Reference in New Issue
Block a user