]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - compress.c
mp3_afh.c: set bitrate, frequency and channels of struct audio_file_info
[paraslash.git] / compress.c
index 936ddc3afe2cf5449d03109aac87925818a3739b..685c3ba902b3ac9251c519fa0d047c1f830dfbe6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2007 Andre Noll <maan@systemlinux.org>
  *
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -133,7 +133,11 @@ static void open_compress(struct filter_node *fn)
        pcd->max_gain = 1 << (pcd->conf->inertia_arg + pcd->conf->aggressiveness_arg);
 }
 
-/** the init function of the compress filter */
+/**
+ * the init function of the compress filter
+ *
+ * \param f pointer to the struct to initialize
+ */
 void compress_init(struct filter *f)
 {
        f->open = open_compress;