X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=cc24d359bbbb765c897ac880f483e95b65e0f8f4;hp=f4c54ca31de240b13056e684986483a05c980bf0;hb=63ea5c449c9d944ffcfea2bba906ef42679fa996;hpb=2a8029478dfc65f0c935d864faf4aea9e3deb27d diff --git a/write.h b/write.h index f4c54ca3..cc24d359 100644 --- 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; };