mp4dechwd_svdesc.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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: mp4dechwd_svdesc.h,v $
  23. -- $Date: 2007/11/26 09:20:13 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. /*****************************************************************************/
  28. #ifndef DECSVDESC_H_DEFINED
  29. #define DECSVDESC_H_DEFINED
  30. #include "basetype.h"
  31. typedef struct DecSvDesc_t
  32. {
  33. u32 splitScreenIndicator;
  34. u32 documentCameraIndicator;
  35. u32 fullPictureFreezeRelease;
  36. u32 sourceFormat;
  37. u32 gobFrameId;
  38. u32 temporalReference;
  39. u32 tics; /* total tics from the beginning */
  40. u32 numMbsInGob;
  41. u32 numGobsInVop;
  42. } DecSvDesc;
  43. #endif