resilienceHandle.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*****************************************************************************
  2.  *                                                                           *
  3. "This software module was originally developed by 
  4. Ralph Sperschneider (Fraunhofer Gesellschaft IIS)
  5.   
  6. in the course of development of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 
  7. 14496-1,2 and 3. This software module is an implementation of a part of one or more 
  8. MPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2 NBC/MPEG-4 
  9. Audio standard. ISO/IEC  gives users of the MPEG-2 NBC/MPEG-4 Audio 
  10. standards free license to this software module or modifications thereof for use in 
  11. hardware or software products claiming conformance to the MPEG-2 NBC/MPEG-4
  12. Audio  standards. Those intending to use this software module in hardware or 
  13. software products are advised that this use may infringe existing patents. 
  14. The original developer of this software module and his/her company, the subsequent 
  15. editors and their companies, and ISO/IEC have no liability for use of this software 
  16. module or modifications thereof in an implementation. Copyright is not released for 
  17. non MPEG-2 NBC/MPEG-4 Audio conforming products.The original developer
  18. retains full right to use the code for his/her  own purpose, assign or donate the 
  19. code to a third party and to inhibit third party from using the code for non 
  20. MPEG-2 NBC/MPEG-4 Audio conforming products. This copyright notice must
  21. be included in all copies or derivative works." 
  22. Copyright(c)1996, 1997, 1998, 1999.
  23.  *                                                                           *
  24.  ****************************************************************************/
  25. #ifndef _resilienceHandle_h_
  26. #define _resilienceHandle_h_
  27. typedef struct tag_resilience *HANDLE_RESILIENCE;
  28. #endif /* _resilienceHandle_h_ */