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

Diff for /src/usr.bin/aucat/abuf.h between version 1.13 and 1.14

version 1.13, 2008/11/10 23:25:37 version 1.14, 2008/11/16 16:30:22
Line 32 
Line 32 
          * there can be only one aproc that absorbs xruns in any           * there can be only one aproc that absorbs xruns in any
          * intput->output path.           * intput->output path.
          */           */
         int mixweight;          /* volume of the source stream */          int mixweight;          /* dynamic range for the source stream */
         unsigned mixvol;        /* volume in the range defined by wight */          int mixmaxweight;       /* max dynamic range allowed */
           unsigned mixvol;        /* volume within the dynamic range */
         unsigned mixodone;      /* bytes done on the dest stream */          unsigned mixodone;      /* bytes done on the dest stream */
         unsigned mixitodo;      /* bytes to do on the source stream */          unsigned mixitodo;      /* bytes to do on the source stream */
         unsigned subidone;      /* bytes copied from the source stream */          unsigned subidone;      /* bytes copied from the source stream */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14