MP4 Generic library cleanups, shorthands and fixes.

This commit is contained in:
Thulinma 2014-02-13 00:30:36 +01:00
parent e8f973b2e7
commit abdedba32c
3 changed files with 116 additions and 133 deletions

View file

@ -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