X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=check_wav.h;h=0957fe0364c914b7f50c3c1148ef16cbb2350f31;hp=cdd483200782499d0fb360bc36779fe2dbced41d;hb=9cc91f2d8d746e77947eeb2fd7af711a43c3a56a;hpb=216399fa29e2c071cd4485c57b6b1c9f4a74057b diff --git a/check_wav.h b/check_wav.h index cdd48320..0957fe03 100644 --- a/check_wav.h +++ b/check_wav.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2012 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file check_wav.h Detect, process and cut a wav header. */ + struct check_wav_context; /** @@ -39,7 +47,8 @@ struct wav_params { (dst)->sample_format_given = (src)->sample_format_given; struct check_wav_context *check_wav_init(struct btr_node *parent, - struct wav_params *params, struct btr_node **cw_btrn); + struct btr_node *child, struct wav_params *params, + struct btr_node **cw_btrn); void check_wav_pre_select(struct sched *s, struct check_wav_context *cwc); int check_wav_post_select(struct check_wav_context *cwc); void check_wav_shutdown(struct check_wav_context *cwc);