mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
KYRA: Slight formatting fix.
This commit is contained in:
parent
4349ee8b3b
commit
fd312ddfe3
@ -224,7 +224,7 @@ void VQADecoder::handleFINF(Common::SeekableReadStream *stream) {
|
||||
_frameInfo[_header.numFrames] = 0x7FFFFFFF;
|
||||
}
|
||||
|
||||
void VQADecoder::readNextPacket() {
|
||||
void VQADecoder::readNextPacket() {
|
||||
VQAVideoTrack *videoTrack = (VQAVideoTrack *)getTrack(0);
|
||||
VQAAudioTrack *audioTrack = (VQAAudioTrack *)getTrack(1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user