summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 22:20:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 22:20:50 +0000
commit2915a2921d59535ea1c35d19626bc1bf8557bfdf (patch)
tree0d06fb0033e9cd69c415d51691f090ad27de68f3 /mp3lib
parente9e6d8b29e5180ea8e86470fa3d943f2e12302ec (diff)
downloadmpv-2915a2921d59535ea1c35d19626bc1bf8557bfdf.tar.bz2
mpv-2915a2921d59535ea1c35d19626bc1bf8557bfdf.tar.xz
Clarify licensing situation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19270 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/layer1.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/mp3lib/layer1.c b/mp3lib/layer1.c
index f5e48e7cba..0e17602966 100644
--- a/mp3lib/layer1.c
+++ b/mp3lib/layer1.c
@@ -1,9 +1,3 @@
-/*
- * Modified for use with MPlayer, for details see the changelog at
- * http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
- */
-
/*
* Mpeg Layer-1 audio decoder
* --------------------------
@@ -14,6 +8,16 @@
*
*/
+/*
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
+ * $Id$
+ *
+ * The above-mentioned README file has the following to say about licensing:
+ *
+ * COPYING: you may use this source under LGPL terms!
+ */
+
//#include "mpg123.h"
static void I_step_one(unsigned int balloc[], unsigned int scale_index[2][SBLIMIT],struct frame *fr)