[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.15 and 1.16

version 1.15, 2008/12/29 17:59:08 version 1.16, 2009/01/23 17:38:15
Line 148 
Line 148 
                         short ctx[NCHAN_MAX * RESAMP_NCTX];                          short ctx[NCHAN_MAX * RESAMP_NCTX];
                         unsigned iblksz, oblksz;                          unsigned iblksz, oblksz;
                         int diff;                          int diff;
                         int idelta, odelta;     /* reminder of conv_[io]pos */                          int idelta, odelta;     /* remainder of resamp_[io]pos */
                 } resamp;                  } resamp;
                 struct {                  struct {
                         short ctx[NCHAN_MAX];                          short ctx[NCHAN_MAX];

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16