ASRT box finished

This commit is contained in:
Erik Zandvliet 2011-02-08 11:58:34 +01:00
parent 0ea566e462
commit 3ae7eb7c82
4 changed files with 89 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class Box {
static uint8_t * uint32_to_uint8( uint32_t data );
static uint8_t * uint16_to_uint8( uint16_t data );
static uint8_t * uint8_to_uint8( uint8_t data );
BoxHeader GetHeader( );
void ResetPayload( );
private: