X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=write_common.h;h=fc702ca0b69d1ba8530dc20a808886b8b8267be8;hb=b4ed16eddb2433f002139ad1e133427b77814d43;hp=b6f66fa6c27182f99d510c57363b05724ad168fb;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7;p=paraslash.git diff --git a/write_common.h b/write_common.h index b6f66fa6..fc702ca0 100644 --- a/write_common.h +++ b/write_common.h @@ -1,16 +1,15 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 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 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_samplerate(struct btr_node *btrn, int32_t *result); -int get_btr_channels(struct btr_node *btrn, int32_t *result); +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);