mp4dechwd_rvlc.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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 : RVLC
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mp4dechwd_rvlc.h,v $
  23. -- $Date: 2007/11/26 08:30:51 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef RVLC_H_INCLUDED_
  28. #define RVLC_H_INCLUDED_
  29. #include "mp4dechwd_container.h"
  30. u32 StrmDec_DecodeRvlc(DecContainer * pDecContainer, u32 mbNumber,
  31. u32 numMbs);
  32. #endif /*define RVLC_H_INCLUDED_ */