fixed more bugs and warnings in cues handling

Change-Id: Ifef1a18b5c7b7ad2bee84909d2cc698f32feba8e
This commit is contained in:
matthewjheaney
2010-09-23 12:02:55 -04:00
parent 0ca566d081
commit 5942555352
2 changed files with 9 additions and 8 deletions

View File

@@ -473,7 +473,7 @@ public:
bool AddCluster(Cluster*, long long);
Tracks* GetTracks() const;
const SegmentInfo* const GetInfo() const;
const SegmentInfo* GetInfo() const;
long long GetDuration() const;
//NOTE: this turned out to be too inefficient.