Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-10-11 15:04:11 +02:00
commit 915a10207b
6 changed files with 70 additions and 10 deletions

View file

@ -353,6 +353,8 @@ namespace DTSC {
void toPrettyString(std::ostream & str, int indent = 0, int verbosity = 0);
//members:
std::map<unsigned int, Track> tracks;
Track & mainTrack();
uint32_t biggestFragment();
bool vod;
bool live;
bool merged;