X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=785161efba2c651f0c1a1cbafa804e1bcb89f066;hp=b6f66fa6c27182f99d510c57363b05724ad168fb;hb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8;hpb=ffb2eaa90429f6d5c3d369509efcdf91c5463dad diff --git a/write_common.h b/write_common.h index b6f66fa6..785161ef 100644 --- a/write_common.h +++ b/write_common.h @@ -4,7 +4,7 @@ * 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); @@ -12,5 +12,5 @@ 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_sample_rate(struct btr_node *btrn, int32_t *result); int get_btr_channels(struct btr_node *btrn, int32_t *result);