=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/aucat/Attic/aproc.h 2008/12/07 17:10:41 1.13 +++ src/usr.bin/aucat/Attic/aproc.h 2008/12/19 08:01:06 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.13 2008/12/07 17:10:41 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.14 2008/12/19 08:01:06 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -142,9 +142,11 @@ int maxlat; /* max latency allowed*/ } sub; struct { - short ctx[NCHAN_MAX]; +#define RESAMP_NCTX 2 + unsigned ctx_start; + short ctx[NCHAN_MAX * RESAMP_NCTX]; unsigned iblksz, oblksz; - int ipos, opos; + int diff; int idelta, odelta; /* reminder of conv_[io]pos */ } resamp; struct {