aboutsummaryrefslogtreecommitdiff
path: root/src/compress.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-27 03:42:42 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-27 03:42:42 +0000
commita48061bacf8ce84e6ddb627e9250cae9a54e4c34 (patch)
tree5a39cc7454f6931d1801ca0202774db72cf0104a /src/compress.h
parent0116c27a6be8bf8b7999f1a4958280d12c8993c3 (diff)
Updating compress.[ch] from AudioCompress
git-svn-id: https://svn.musicpd.org/mpd/trunk@4476 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/compress.h')
-rw-r--r--src/compress.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/compress.h b/src/compress.h
index 1993b47a..4fc160b7 100644
--- a/src/compress.h
+++ b/src/compress.h
@@ -1,13 +1,15 @@
/* compress.h
-** interface to audio compression
-*/
+ * interface to audio compression
+ *
+ * (c)2003-6 fluffy@beesbuzz.biz
+ */
#ifndef COMPRESS_H
#define COMPRESS_H
/* These are copied from the AudioCompress config.h, mainly because CompressDo
* needs GAINSHIFT defined. The rest are here so they can be used as defaults
- * to pass to CompressCfg. */
+ * to pass to CompressCfg(). -- jat */
#define ANTICLIP 0 /* Strict clipping protection */
#define TARGET 25000 /* Target level */
#define GAINMAX 32 /* The maximum amount to amplify by */