summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>1999-08-09 21:11:46 +0000
committerMonty <xiphmont@xiph.org>1999-08-09 21:11:46 +0000
commita8e19c3cdc481b55bb9a69b61c13999b75456714 (patch)
tree9494476743745d0a710f17f29a2596ff197b4289 /lib/psy.h
parent1736dd225b3b0d70ec0b979cee60e9b540ec7a2e (diff)
downloadlibvorbis-git-a8e19c3cdc481b55bb9a69b61c13999b75456714.tar.gz
Keeping up to date.
Monty svn path=/trunk/vorbis/; revision=24
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/psy.h b/lib/psy.h
new file mode 100644
index 00000000..db967259
--- /dev/null
+++ b/lib/psy.h
@@ -0,0 +1,23 @@
+/********************************************************************
+ * *
+ * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
+ * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
+ * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * *
+ * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
+ * by 1999 Monty <monty@xiph.org> and The XIPHOPHORUS Company *
+ * http://www.xiph.org/ *
+ * *
+ ********************************************************************
+
+ function: random psychoacoustics (not including preecho)
+
+ ********************************************************************/
+
+#ifndef _V_PSY_H_
+#define _V_PSY_H_
+
+
+
+#endif