X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=0d30eb8018583b278d79ef6df40a02bb2d771053;hp=b92c5f1ca64f04328a482f9105d9280968e7877a;hb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8;hpb=9609fd30e0d3db45ede3ab5c6bc3a77c15b6aef8 diff --git a/write_common.c b/write_common.c index b92c5f1c..0d30eb80 100644 --- a/write_common.c +++ b/write_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -160,11 +160,11 @@ static int get_btr_value(struct btr_node *btrn, const char *key, int32_t *result } /* - * Ask parent btr nodes for the samplerate of the current stream. + * Ask parent btr nodes for the sample rate of the current stream. */ -int get_btr_samplerate(struct btr_node *btrn, int32_t *result) +int get_btr_sample_rate(struct btr_node *btrn, int32_t *result) { - return get_btr_value(btrn, "samplerate", result); + return get_btr_value(btrn, "sample_rate", result); } /*