aboutsummaryrefslogtreecommitdiff
path: root/audio/midiparser_qt.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-07 09:49:33 -0400
committerMatthew Hoops2012-09-07 09:49:33 -0400
commit7e2f7099c892c212409f1c7b69426cd1a1f00552 (patch)
tree6ecb50983361d54c14443d39aeae6243e33215fc /audio/midiparser_qt.h
parentc22f76dbbc487b5a5e89d327bec2c550ce47378c (diff)
downloadscummvm-rg350-7e2f7099c892c212409f1c7b69426cd1a1f00552.tar.gz
scummvm-rg350-7e2f7099c892c212409f1c7b69426cd1a1f00552.tar.bz2
scummvm-rg350-7e2f7099c892c212409f1c7b69426cd1a1f00552.zip
AUDIO: Keep track of the QuickTime MIDI time scale
Diffstat (limited to 'audio/midiparser_qt.h')
-rw-r--r--audio/midiparser_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/midiparser_qt.h b/audio/midiparser_qt.h
index 0047803fc4..6e4ded8e74 100644
--- a/audio/midiparser_qt.h
+++ b/audio/midiparser_qt.h
@@ -75,6 +75,7 @@ private:
struct MIDITrackInfo {
NoteRequestList noteRequests;
byte *data;
+ uint32 timeScale;
};
class MIDISampleDesc : public SampleDesc {