X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=891f07d006bad0e3329c324b7250958f921ee18f;hp=785161efba2c651f0c1a1cbafa804e1bcb89f066;hb=748d1368bc96dd7e1af879df1ea41b4d52842f7e;hpb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8 diff --git a/write_common.h b/write_common.h index 785161ef..891f07d0 100644 --- a/write_common.h +++ b/write_common.h @@ -1,16 +1,16 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file write_common.h Exported symbols from write_common.c */ +/** \file write_common.h Exported symbols from write_common.c. */ void writer_init(void); -void *check_writer_arg(const char *wa, int *writer_num); +void *check_writer_arg_or_die(const char *wa, int *writer_num); void print_writer_helps(int detailed); -void register_writer_node(struct writer_node *wn, struct btr_node *parent); -int setup_writer_node(const char *arg, struct btr_node *parent, - struct writer_node *wn); -int get_btr_sample_rate(struct btr_node *btrn, int32_t *result); -int get_btr_channels(struct btr_node *btrn, int32_t *result); +void register_writer_node(struct writer_node *wn, struct btr_node *parent, + struct sched *s); +void get_btr_sample_rate(struct btr_node *btrn, int32_t *result); +void get_btr_channels(struct btr_node *btrn, int32_t *result); +void get_btr_sample_format(struct btr_node *btrn, int32_t *result);