[BACK]Return to aproc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.32 and 1.33

version 1.32, 2010/04/06 20:07:01 version 1.33, 2010/04/17 09:16:57
Line 163 
Line 163 
                         int idelta, odelta;     /* remainder of resamp_xpos */                          int idelta, odelta;     /* remainder of resamp_xpos */
                 } resamp;                  } resamp;
                 struct {                  struct {
                         short ctx[NCHAN_MAX];  
                 } cmap;  
                 struct {  
                         int bfirst;             /* bytes to skip at startup */                          int bfirst;             /* bytes to skip at startup */
                         unsigned bps;           /* bytes per sample */                          unsigned bps;           /* bytes per sample */
                         unsigned shift;         /* shift to get 32bit MSB */                          unsigned shift;         /* shift to get 32bit MSB */
Line 243 
Line 240 
 struct aproc *mix_new(char *, int, unsigned, struct aproc *);  struct aproc *mix_new(char *, int, unsigned, struct aproc *);
 struct aproc *sub_new(char *, int, unsigned, struct aproc *);  struct aproc *sub_new(char *, int, unsigned, struct aproc *);
 struct aproc *resamp_new(char *, unsigned, unsigned);  struct aproc *resamp_new(char *, unsigned, unsigned);
 struct aproc *cmap_new(char *, struct aparams *, struct aparams *);  
 struct aproc *enc_new(char *, struct aparams *);  struct aproc *enc_new(char *, struct aparams *);
 struct aproc *dec_new(char *, struct aparams *);  struct aproc *dec_new(char *, struct aparams *);
 struct aproc *mon_new(char *, unsigned);  struct aproc *mon_new(char *, unsigned);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33