summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/liba52/AUTHORS2
-rw-r--r--apps/codecs/libfaad/syntax.c4
-rw-r--r--apps/codecs/vorbis.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/liba52/AUTHORS b/apps/codecs/liba52/AUTHORS
index b9ded1bc4d..a6bd695228 100644
--- a/apps/codecs/liba52/AUTHORS
+++ b/apps/codecs/liba52/AUTHORS
@@ -9,7 +9,7 @@ Other contributors include:
9 Billy Biggs <vektor@div8.net> - most of liba52.txt 9 Billy Biggs <vektor@div8.net> - most of liba52.txt
10 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> - fixed point version 10 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> - fixed point version
11 Eduard Hasenleithner <eduardh@aon.at> - gcc 3.0 fixes 11 Eduard Hasenleithner <eduardh@aon.at> - gcc 3.0 fixes
12 Håkan Hjort <d95hjort@dtek.chalmers.se> - Solaris output, mlib code 12 HÃ¥kan Hjort <d95hjort@dtek.chalmers.se> - Solaris output, mlib code
13 Charles M. Hannum <root@ihack.net> - fixes 13 Charles M. Hannum <root@ihack.net> - fixes
14 Chris Hodges <hodges@stradis.com> - made the library reentrant 14 Chris Hodges <hodges@stradis.com> - made the library reentrant
15 Michael Holzt <kju@flummi.de> - OSS output.c and misc errata 15 Michael Holzt <kju@flummi.de> - OSS output.c and misc errata
diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c
index 77a2e886ec..595f69fff6 100644
--- a/apps/codecs/libfaad/syntax.c
+++ b/apps/codecs/libfaad/syntax.c
@@ -2065,11 +2065,11 @@ static uint16_t extension_payload(bitfile *ld, drc_info *drc, uint16_t count)
2065 return n; 2065 return n;
2066 case EXT_FILL_DATA: 2066 case EXT_FILL_DATA:
2067 /* fill_nibble = */ faad_getbits(ld, 4 2067 /* fill_nibble = */ faad_getbits(ld, 4
2068 DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ 2068 DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */
2069 for (i = 0; i < count-1; i++) 2069 for (i = 0; i < count-1; i++)
2070 { 2070 {
2071 /* fill_byte[i] = */ faad_getbits(ld, 8 2071 /* fill_byte[i] = */ faad_getbits(ld, 8
2072 DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ 2072 DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */
2073 } 2073 }
2074 return count; 2074 return count;
2075 case EXT_DATA_ELEMENT: 2075 case EXT_DATA_ELEMENT:
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 2f7a4f4f72..ad53ecd0b6 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2002 Björn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.