mp4dechwd_headers.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*------------------------------------------------------------------------------
  2. -- --
  3. -- This software is confidential and proprietary and may be used --
  4. -- only as expressly authorized by a licensing agreement from --
  5. -- --
  6. -- Hantro Products Oy. --
  7. -- --
  8. -- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
  9. -- ALL RIGHTS RESERVED --
  10. -- --
  11. -- The entire notice above must be reproduced --
  12. -- on all copies and should not be removed. --
  13. -- --
  14. --------------------------------------------------------------------------------
  15. --
  16. -- Abstract :
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mp4dechwd_headers.h,v $
  23. -- $Date: 2007/11/26 06:46:48 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. /*------------------------------------------------------------------------------
  28. Table of context
  29. 1. xxx...
  30. ------------------------------------------------------------------------------*/
  31. #ifndef STRMDEC_DECODEHEADERS_H
  32. #define STRMDEC_DECODEHEADERS_H
  33. #include "basetype.h"
  34. #include "mp4dechwd_container.h"
  35. u32 StrmDec_DecodeHdrs(DecContainer * pDecContainer, u32 mode);
  36. u32 StrmDec_DecodeGovHeader(DecContainer *pDecContainer);
  37. void StrmDec_ClearHeaders(DecHdrs * hdrs);
  38. u32 StrmDec_SaveUserData(DecContainer * pDecContainer, u32 u32_mode);
  39. #endif