X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=dda1b705c19151000dd08098f99d2b9d4c71f11c;hp=8411003027e33ad3a9bcc43962efcf65547dea04;hb=28ea59db9b3cd2bd9d6be0f304d951aa550ea4d6;hpb=f3b4f3298d2dffdb84a121b7d4aa561975f79be9 diff --git a/write.c b/write.c index 84110030..dda1b705 100644 --- a/write.c +++ b/write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -37,8 +37,9 @@ struct check_wav_task { int state; /** Number of channels. */ unsigned channels; - unsigned sample_rate; unsigned sample_format; + /** Sample rate specified in wav header given by \a buf. */ + unsigned sample_rate; /** The task structure used by the scheduler. */ struct task task; struct btr_node *btrn;