Fixed default values and errors

This commit is contained in:
Oswald de Bruin 2013-05-23 16:15:17 +02:00 committed by Erik Zandvliet
parent 6d6b001ec9
commit 687f477cff
2 changed files with 14 additions and 7 deletions

View file

@ -634,7 +634,7 @@ namespace MP4 {
class STTS: public fullBox{
public:
STTS();
STTS(char v = 1, uint32_t f = 0);
void setEntryCount(uint32_t newEntryCount);
uint32_t getEntryCount();
void setSTTSEntry(STTSEntry newSTTSEntry, uint32_t no);
@ -685,7 +685,7 @@ namespace MP4 {
class STSZ: public fullBox{
public:
STSZ();
STSZ(char v = 1, uint32_t f = 0);
void setSampleSize(uint32_t newSampleSize);
uint32_t getSampleSize();
void setSampleCount(uint32_t newSampleCount);