Fixed broken build. Bad Erik! ^_^
This commit is contained in:
parent
f17406edd6
commit
203a4382a7
3 changed files with 5 additions and 5 deletions
|
@ -819,7 +819,7 @@ namespace MP4 {
|
|||
///\todo set default values
|
||||
public:
|
||||
VisualSampleEntry();
|
||||
void setCodec(char* newCodec);
|
||||
void setCodec(const char* newCodec);
|
||||
void setWidth(uint16_t newWidth);
|
||||
uint16_t getWidth();
|
||||
void setHeight(uint16_t newHeight);
|
||||
|
@ -844,7 +844,7 @@ namespace MP4 {
|
|||
public:
|
||||
///\todo set default values
|
||||
AudioSampleEntry();
|
||||
void setCodec(char* newCodec);
|
||||
void setCodec(const char* newCodec);
|
||||
void setChannelCount(uint16_t newChannelCount);
|
||||
uint16_t getChannelCount();
|
||||
void setSampleSize(uint16_t newSampleSize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue