sscall

UDP based voice chat
git clone git://git.2f30.org/sscall
Log | Files | Refs | README | LICENSE

commit 88d530ea1fc4d8732f1461f0466015cc104efb74
parent 1812ba7a3cd52c3d88f6cf9ee81412ab016f2aee
Author: sin <sin@2f30.org>
Date:   Tue,  5 Jun 2012 17:01:11 +0100

sscall: Add comment for pcm_buf


Diffstat:
Msscall.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sscall.c b/sscall.c @@ -48,6 +48,8 @@ static pthread_t output_pcm_thread; /* Input PCM thread */ static pthread_t input_pcm_thread; +/* Shared buf between do_output_pcm() + * and output_pcm thread */ struct pcm_buf { /* PCM buffer */ void *buf;