X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=0d30eb8018583b278d79ef6df40a02bb2d771053;hp=1da78b5137fda429c80490abc77e548a1a3f812b;hb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230 diff --git a/write_common.c b/write_common.c index 1da78b51..0d30eb80 100644 --- a/write_common.c +++ b/write_common.c @@ -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); } /*