~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to codecs/lpc10/chanwr.c

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2005-03-09 22:09:05 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050309220905-9afy6hcpw96xbr6j
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
3
$Log: chanwr.c,v $
 
4
Revision 1.15  2004/06/26 03:50:14  markster
 
5
Merge source cleanups (bug #1911)
 
6
 
4
7
Revision 1.14  2003/02/12 13:59:14  matteo
5
8
mer feb 12 14:56:57 CET 2003
6
9
 
21
24
 
22
25
*/
23
26
 
24
 
#ifdef P_R_O_T_O_T_Y_P_E_S
25
 
extern int chanwr_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits, struct lpc10_encoder_state *st);
26
 
extern int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits);
27
 
#endif
28
 
 
29
27
/*  -- translated by f2c (version 19951025).
30
28
   You must link the resulting object file with the libraries:
31
29
        -lf2c -lm   (in that order)
38
36
/*      CHANL Version 49 */
39
37
 
40
38
/* $Log: chanwr.c,v $
 
39
/* Revision 1.15  2004/06/26 03:50:14  markster
 
40
/* Merge source cleanups (bug #1911)
 
41
/*
41
42
/* Revision 1.14  2003/02/12 13:59:14  matteo
42
43
/* mer feb 12 14:56:57 CET 2003
43
44
/*