From 45ac53d25ba0e5d5255789d7665057e404dc3269 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 12 Jan 2017 00:13:17 +0100 Subject: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stream.h') 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)); -- cgit v1.2.3-70-g09d2