X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.h;h=331fa460c3c484da1244e9999d12300455fd017d;hb=f393aab6b6e8c7413c02b4e198666ad95570066c;hp=74f8e1c455b0d8d84ff9bad6f92db7e643c97234;hpb=009e80ae25df7a247a263b5b8e2259c9bdfe20ce;p=paraslash.git diff --git a/write_common.h b/write_common.h index 74f8e1c4..331fa460 100644 --- a/write_common.h +++ b/write_common.h @@ -14,3 +14,4 @@ int setup_writer_node(const char *arg, struct btr_node *parent, struct writer_node *wn); 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);