X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=424286b5a4c21613517d632777d3052578e869fd;hp=8411003027e33ad3a9bcc43962efcf65547dea04;hb=d5538ff0dd9f6531a1a319b49c32bd72597fb2c3;hpb=c773ec0d537d239e2eebe2d77a786f0ba49fdc22 diff --git a/write.c b/write.c index 84110030..424286b5 100644 --- a/write.c +++ b/write.c @@ -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;