mp4dechwd_shortvideo.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 short video (h263) decoding functionality
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mp4dechwd_shortvideo.h,v $
  23. -- $Date: 2007/11/26 08:35:32 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef STRMDEC_SHORTVIDEO_H_DEFINED
  28. #define STRMDEC_SHORTVIDEO_H_DEFINED
  29. #include "mp4dechwd_container.h"
  30. u32 StrmDec_DecodeShortVideoHeader(DecContainer * pDecContainer);
  31. u32 StrmDec_DecodeSorensonHeader(DecContainer * pDecContainer);
  32. u32 StrmDec_DecodeGobLayer(DecContainer *);
  33. u32 StrmDec_DecodeShortVideo(DecContainer *);
  34. u32 StrmDec_CheckNextGobNumber(DecContainer *);
  35. u32 StrmDec_DecodeSorensonSparkHeader(DecContainer * pDecContainer);
  36. #endif