Fixed OGG and MP4

This commit is contained in:
Oswald Auguste de Bruin 2013-11-28 11:48:57 +01:00 committed by Thulinma
parent 99353f49a0
commit 2148e9ce20
5 changed files with 157 additions and 90 deletions

View file

@ -58,7 +58,7 @@ namespace OGG{
class headerPages{
public:
void readDTSCHeader(JSON::Value meta);
void readDTSCHeader(DTSC::Meta & meta);
std::map <long long unsigned int, unsigned int> DTSCID2OGGSerial;
std::map <long long unsigned int, unsigned int> DTSCID2seqNum;
std::string parsedPages;