diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-06-23 13:50:53 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-06-23 13:50:53 +0000 |
commit | 73829e43ab4a495970aa068f197acb4e155227ba (patch) | |
tree | 40c4d9c6eec45490527da70a4b2543175416e00e /libfaad2/huffman.c | |
parent | dbf437d13299c92c854d672c896a596c4049c990 (diff) | |
download | mpv-73829e43ab4a495970aa068f197acb4e155227ba.tar.bz2 mpv-73829e43ab4a495970aa068f197acb4e155227ba.tar.xz |
More information about modifications to comply more closely with GPL 2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12626 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2/huffman.c')
-rw-r--r-- | libfaad2/huffman.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libfaad2/huffman.c b/libfaad2/huffman.c index d3d3bdf262..51df964941 100644 --- a/libfaad2/huffman.c +++ b/libfaad2/huffman.c @@ -22,7 +22,9 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: huffman.c,v 1.1 2003/10/03 22:23:26 alex Exp $ +** Initially modified for use with MPlayer by Alex Beregszaszi on 2003/10/03 +** $Id: huffman.c,v 1.2 2004/06/02 22:59:03 diego Exp $ +** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ **/ #include "common.h" |