mp4dechwd_error_conceal.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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_error_conceal.h,v $
  23. -- $Date: 2007/11/26 07:51:35 $
  24. -- $Revision: 1.2 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef ERROR_CONCEALMENT_H_DEFINED
  28. #define ERROR_CONCEALMENT_H_DEFINED
  29. #include "mp4dechwd_container.h"
  30. enum
  31. {
  32. EC_OK,
  33. EC_NOK
  34. };
  35. u32 StrmDec_ErrorConcealment(DecContainer * pDecCont, u32 start, u32 end);
  36. #endif