summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-07-19 02:16:20 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-07-19 02:16:20 +0000
commit362664215d3ee46738c211daa9490fcc06eeac72 (patch)
treed06aa7f16f5bf31c5b895eebb5dec385d7b9b999 /libavcodec
parent3bb004fcda5e2dad6c308bce5b27ba1d0fbcf1a6 (diff)
update license header. add copyright for myself. correct and complete the statement about liba52.
Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ac3dec.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index a6df77c727..19ceac3645 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -3,10 +3,12 @@
* This code is developed as part of Google Summer of Code 2006 Program.
*
* Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com).
+ * Copyright (c) 2007 Justin Ruggles
*
- * For exponent decoding the code is inspired by the code in liba52 by
- * Michel Lespinasse and Aaron Holtzman.
+ * Portions of this code are derived from liba52
* http://liba52.sourceforge.net
+ * Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>
+ * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
*
* This file is part of FFmpeg.
*