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