mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(FSB5): fixed Ogg conversion.
This commit is contained in:
@@ -208,7 +208,7 @@ namespace GameRes.Formats.Vorbis
|
||||
GranuleVals[LacingFill + i] = GranulePos;
|
||||
}
|
||||
LacingVals[LacingFill + i] = bytes % 0xFF;
|
||||
GranulePos = GranuleVals[LacingFill+i] = GranulePos;
|
||||
GranulePos = GranuleVals[LacingFill+i] = op.GranulePos;
|
||||
|
||||
// flag the first segment as the beginning of the packet
|
||||
LacingVals[LacingFill] |= 0x100;
|
||||
|
||||
Reference in New Issue
Block a user