Ogg lib has new DTSC features

This commit is contained in:
Oswald Auguste de Bruin 2013-08-12 11:33:08 +02:00 committed by Thulinma
parent b85ceb9fc5
commit f173ad0966
2 changed files with 58 additions and 0 deletions

View file

@ -54,4 +54,12 @@ namespace OGG{
bool checkDataSize(unsigned int size);
std::string codec;//codec in the page
};
class headerPages{
public:
void readDTSCHeader(JSON::Value meta);
std::map <long long unsigned int, unsigned int> DTSCID2OGGSerial;
std::map <long long unsigned int, unsigned int> DTSCID2seqNum;
std::string parsedPages;
};
}