mp4dechwd_motiontexture.h 1.5 KB

123456789101112131415161718192021222324252627
  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 : Header file for motion-texture decoding functionality
  17. --
  18. ------------------------------------------------------------------------------*/
  19. #ifndef STRMDEC_MOTIONTEXTURE_H_DEFINED
  20. #define STRMDEC_MOTIONTEXTURE_H_DEFINED
  21. #include "mp4dechwd_container.h"
  22. u32 StrmDec_DecodeMotionTexture(DecContainer * pDecContainer);
  23. u32 StrmDec_DecodeMb(DecContainer * pDecContainer, u32 mbNumber);
  24. #endif