aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-12 00:13:17 +0100
committerMattias Andrée <maandree@kth.se>2017-01-12 00:13:17 +0100
commit45ac53d25ba0e5d5255789d7665057e404dc3269 (patch)
tree55ccb71255871c4b6d5523b4d8676565f15b74c1 /src/stream.h
parentFix writeall + vu-split: reuse code (diff)
downloadblind-45ac53d25ba0e5d5255789d7665057e404dc3269.tar.gz
blind-45ac53d25ba0e5d5255789d7665057e404dc3269.tar.bz2
blind-45ac53d25ba0e5d5255789d7665057e404dc3269.tar.xz
cleanup
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h
index bf16f3b..80dd630 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -43,3 +43,6 @@ void process_each_frame_segmented(struct stream *stream, int output_fd, const ch
void process_two_streams(struct stream *left, struct stream *right, int output_fd, const char* output_fname,
void (*process)(struct stream *left, struct stream *right, size_t n));
+
+void process_multiple_streams(struct stream *streams, size_t n_streams, int output_fd, const char* output_fname,
+ void (*process)(struct stream *streams, size_t n_streams, size_t n));