[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.2 and 1.3

version 1.2, 2008/05/25 21:16:37 version 1.3, 2008/06/02 17:03:25
Line 29 
Line 29 
         int mixvol;             /* input gain */          int mixvol;             /* input gain */
         unsigned mixdone;       /* input of mixer */          unsigned mixdone;       /* input of mixer */
         unsigned mixtodo;       /* output of mixer */          unsigned mixtodo;       /* output of mixer */
           unsigned mixdrop;       /* frames mix_in() will discard */
         unsigned subdone;       /* output if sub */          unsigned subdone;       /* output if sub */
           unsigned subdrop;       /* silence frames sub_out() will insert */
         LIST_ENTRY(abuf) ient;  /* for mix inputs list */          LIST_ENTRY(abuf) ient;  /* for mix inputs list */
         LIST_ENTRY(abuf) oent;  /* for sub outputs list */          LIST_ENTRY(abuf) oent;  /* for sub outputs list */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3