diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-15 22:21:35 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-15 22:21:35 +0000 |
commit | 01ad22ac41e420a6c7b2e2da6b2b0e846a47d311 (patch) | |
tree | 0f15339b47f139fd69e795fa6ad9bbdb86922068 /mp3lib/dct64_i386.c | |
parent | f5e88339a5288c13e56b476ced5c06b4bfee0562 (diff) | |
download | mpv-01ad22ac41e420a6c7b2e2da6b2b0e846a47d311.tar.bz2 mpv-01ad22ac41e420a6c7b2e2da6b2b0e846a47d311.tar.xz |
Mark modified imported files as such to comply with (L)GPL ยง2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15168 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/dct64_i386.c')
-rw-r--r-- | mp3lib/dct64_i386.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mp3lib/dct64_i386.c b/mp3lib/dct64_i386.c index 0eae194280..6ba92ac831 100644 --- a/mp3lib/dct64_i386.c +++ b/mp3lib/dct64_i386.c @@ -1,3 +1,8 @@ +/* + * Modified for use with MPlayer, for details see the CVS changelog at + * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ + */ /* * Discrete Cosine Tansform (DCT) for subband synthesis |