X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=091f8c77181cbf3f1a014e31db2667b534aa5b0d;hp=71c666d663bdb2f94b8af236bb7385b18cc4ac24;hb=d27b31524e1d60ad4fdbeb606bba31ba0ee54048;hpb=19d9318abf42debb15d833d4e56ab636893285c3 diff --git a/write.h b/write.h index 71c666d6..091f8c77 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -103,8 +103,6 @@ struct writer_node_group { size_t max_chunk_bytes; /** Non-zero if an error or end of file was encountered by the feeding task. */ int *input_error; - /** Non-zero if an error occurred or end of file was encountered. */ - int error; /** current output buffer */ char *buf; /** number of bytes loaded in the output buffer */ @@ -115,6 +113,8 @@ struct writer_node_group { unsigned int *samplerate; /** the task associated to this group */ struct task task; + /** Whether the group is open, i.e. wng_open() was called. */ + int open; }; /** loop over each writer node in a writer group */