diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-27 03:42:42 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-27 03:42:42 +0000 |
commit | a48061bacf8ce84e6ddb627e9250cae9a54e4c34 (patch) | |
tree | 5a39cc7454f6931d1801ca0202774db72cf0104a /src/compress.c | |
parent | 0116c27a6be8bf8b7999f1a4958280d12c8993c3 (diff) | |
download | mpd-a48061bacf8ce84e6ddb627e9250cae9a54e4c34.tar.gz mpd-a48061bacf8ce84e6ddb627e9250cae9a54e4c34.tar.xz mpd-a48061bacf8ce84e6ddb627e9250cae9a54e4c34.zip |
Updating compress.[ch] from AudioCompress
git-svn-id: https://svn.musicpd.org/mpd/trunk@4476 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/compress.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/compress.c b/src/compress.c index e6c6cd6fb..4877a951f 100644 --- a/src/compress.c +++ b/src/compress.c @@ -1,6 +1,8 @@ /* compress.c -** Compressor logic -*/ + * Compressor logic + * + * (c)2003-6 fluffy@beesbuzz.biz + */ #include <stdio.h> #include <stdlib.h> |