=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/abuf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/aucat/abuf.h 2008/05/25 21:16:37 1.2 +++ src/usr.bin/aucat/abuf.h 2008/06/02 17:03:25 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.h,v 1.2 2008/05/25 21:16:37 ratchov Exp $ */ +/* $OpenBSD: abuf.h,v 1.3 2008/06/02 17:03:25 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -29,7 +29,9 @@ int mixvol; /* input gain */ unsigned mixdone; /* input of mixer */ unsigned mixtodo; /* output of mixer */ + unsigned mixdrop; /* frames mix_in() will discard */ unsigned subdone; /* output if sub */ + unsigned subdrop; /* silence frames sub_out() will insert */ LIST_ENTRY(abuf) ient; /* for mix inputs list */ LIST_ENTRY(abuf) oent; /* for sub outputs list */