]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.h
oggdec: Move init into a separate function.
[paraslash.git] / write_common.h
index 34e21cee15ee1a06aaf490f2e80985fa456ca523..ef5a7c03603a537034f5d19d62df91498e493505 100644 (file)
@@ -14,4 +14,5 @@ void *check_writer_arg(const char *wa, int *writer_num);
 struct writer_node_group *setup_default_wng(void);
 void print_writer_helps(int detailed);
 struct writer_node *setup_writer_node(const char *arg, struct btr_node *parent);
-int prepare_writer_node(struct writer_node *wn);
+int get_btr_samplerate(struct btr_node *btrn, int32_t *result);
+int get_btr_channels(struct btr_node *btrn, int32_t *result);