~ubuntu-branches/ubuntu/trusty/mpeg4ip/trusty

« back to all changes in this revision

Viewing changes to player/lib/audio/celp/include/mod_bufHandle.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-01-12 15:59:56 UTC
  • Revision ID: james.westby@ubuntu.com-20080112155956-1vznw5njidvrh649
Tags: upstream-1.6dfsg
ImportĀ upstreamĀ versionĀ 1.6dfsg

Show diffs side-by-side

added added

removed removed

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