From 7e2f7099c892c212409f1c7b69426cd1a1f00552 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 7 Sep 2012 09:49:33 -0400 Subject: AUDIO: Keep track of the QuickTime MIDI time scale --- audio/midiparser_qt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/midiparser_qt.h') 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 { -- cgit v1.2.3