X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=5f55120b25f85aca0f05b58000dc1889425193d5;hp=d26d42c4d8e6e4f775aa6e7df57300cd587daa6b;hb=c1eeb775819a9f3805f4df580d0c6bd1398fed4e;hpb=c773ec0d537d239e2eebe2d77a786f0ba49fdc22 diff --git a/write_common.h b/write_common.h index d26d42c4..5f55120b 100644 --- a/write_common.h +++ b/write_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -15,4 +15,3 @@ int setup_writer_node(const char *arg, struct btr_node *parent, 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); -