set version to 1.0.0.3

Change-Id: I629400289383482462dac5d0b00f9f615d83db89
This commit is contained in:
matthewjheaney
2010-10-08 20:19:47 -04:00
parent 8f2a2e04d7
commit 024ad97571

View File

@@ -24,7 +24,7 @@ void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
major = 1; major = 1;
minor = 0; minor = 0;
build = 0; build = 0;
revision = 2; revision = 3;
} }
@@ -1910,10 +1910,7 @@ bool Cues::LoadCuePoint()
assert(m_preload_count > 0); assert(m_preload_count > 0);
const size_t idx = m_count; CuePoint* const pCP = m_cue_points[m_count];
assert(idx < m_size);
CuePoint* const pCP = m_cue_points[idx];
assert(pCP); assert(pCP);
pCP->Load(pReader, idpos); pCP->Load(pReader, idpos);