audio: fix handling of sample_rate and channels count.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index f4c54ca31de240b13056e684986483a05c980bf0..cc24d359bbbb765c897ac880f483e95b65e0f8f4 100644 (file)
--- a/write.h
+++ b/write.h
@@ -111,6 +111,8 @@ struct writer_node_group {
        int *input_eof;
        int eof;
        char *buf;
+       unsigned int *channels;
+       unsigned int *samplerate;
        size_t *loaded;
        struct task task;
 };