Basic Theora support working, added a function to the dtsc lib.

This commit is contained in:
Erik Zandvliet 2013-06-25 16:03:36 +02:00
parent a2f088ad80
commit f88bee5baf
6 changed files with 90 additions and 13 deletions

View file

@ -30,7 +30,10 @@ namespace theora{
std::string getVendor();
long unsigned int getNComments();
std::string getUserComment(size_t index);
char getLFLIMS(size_t index);
std::string toPrettyString(size_t indent = 0);
long long unsigned int parseGranuleUpper(long long unsigned int granPos);
long long unsigned int parseGranuleLower(long long unsigned int granPos);
protected:
uint32_t getInt32(size_t index);
uint32_t getInt24(size_t index);