MP4 Generic library cleanups, shorthands and fixes.
This commit is contained in:
parent
e8f973b2e7
commit
abdedba32c
3 changed files with 116 additions and 133 deletions
|
@ -56,7 +56,7 @@ namespace MP4 {
|
|||
char * data; ///< Holds the data of this box
|
||||
unsigned int data_size; ///< Currently reserved size
|
||||
bool managed; ///< If false, will not attempt to resize/free the data pointer.
|
||||
int payloadOffset; ///<The offset of the payload with regards to the data
|
||||
unsigned int payloadOffset; ///<The offset of the payload with regards to the data
|
||||
};
|
||||
//Box Class
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue