~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to adm_lavcodec/amr_float/typedef.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * ===================================================================
 
3
 *  TS 26.104
 
4
 *  REL-5 V5.4.0 2004-03
 
5
 *  REL-6 V6.1.0 2004-03
 
6
 *  3GPP AMR Floating-point Speech Codec
 
7
 * ===================================================================
 
8
 *
 
9
 */
 
10
/* This is valid for PC */
 
11
 
 
12
#ifndef _TYPEDEF_H
 
13
#define _TYPEDEF_H
 
14
 
 
15
typedef char Word8;
 
16
typedef unsigned char UWord8;
 
17
typedef short Word16;
 
18
typedef long Word32;
 
19
typedef float Float32;
 
20
typedef double Float64;
 
21
 
 
22
#endif