Searched defs:ParserSdtpInfo (Results 1 – 1 of 1) sorted by relevance
38 struct ParserSdtpInfo { struct39 void *pb = nullptr;40 int pbIsCopied = 0;41 int ffindex = 0;42 int nextChunk = 0;43 unsigned int chunkCount = 0;44 int64_t *chunkOffsets = nullptr;45 unsigned int sttsCount = 0;46 void *sttsData = nullptr;47 unsigned int sdtpCount = 0;[all …]