filter out empty clusters

Change-Id: Iad4da9d55c1cfc332042d0017bd5d77e9ad511b6
This commit is contained in:
matthewjheaney
2010-11-18 19:28:50 -05:00
parent cb5414a42a
commit be2f81abca
2 changed files with 112 additions and 24 deletions

View File

@@ -479,6 +479,8 @@ public:
const CuePoint::TrackPosition&) const;
const BlockEntry* GetMaxKey(const VideoTrack*) const;
static bool HasBlockEntries(const Segment*, long long);
protected:
Cluster(Segment*, long, long long off);