rv_mbsetdesc.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 : algorithm header file
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: rv_mbsetdesc.h,v $
  23. -- $Date: 2009/03/11 14:00:12 $
  24. -- $Revision: 1.1 $
  25. ------------------------------------------------------------------------------*/
  26. #ifndef RV_MBSETDESC_H
  27. #define RV_MBSETDESC_H
  28. #include "basetype.h"
  29. #include "dwl.h"
  30. #include "rvdecapi.h"
  31. typedef struct
  32. {
  33. RvDecOutput outData; /* Return PIC info */
  34. } DecMbSetDesc;
  35. #endif /* #ifndef RV_MBSETDESC_H */