]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.c
REQUIREMENTS: Fix dead link to faad lib.
[paraslash.git] / write.c
diff --git a/write.c b/write.c
index 140e80e54ca6a94372460393d0c6153b332b45bb..78e48dcdaf5637acf5754a00553a28c5d647284e 100644 (file)
--- a/write.c
+++ b/write.c
@@ -34,6 +34,7 @@ struct check_wav_task {
        unsigned channels;
        /** Sample rate specified in wav header given by \a buf. */
        unsigned samplerate;
+       /** The task structure used by the scheduler. */
        struct task task;
 };