diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-05 10:32:46 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-05 10:32:46 +0000 |
| commit | 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch) | |
| tree | 29035132e1313259010b945c7e37595939d369d9 /apps/codecs | |
| parent | ef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff) | |
| download | rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.bz2 rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.xz | |
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/liba52/AUTHORS | 2 | ||||
| -rw-r--r-- | apps/codecs/libfaad/syntax.c | 4 | ||||
| -rw-r--r-- | apps/codecs/vorbis.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/liba52/AUTHORS b/apps/codecs/liba52/AUTHORS index b9ded1b..a6bd695 100644 --- a/apps/codecs/liba52/AUTHORS +++ b/apps/codecs/liba52/AUTHORS @@ -9,7 +9,7 @@ Other contributors include: Billy Biggs <vektor@div8.net> - most of liba52.txt Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> - fixed point version Eduard Hasenleithner <eduardh@aon.at> - gcc 3.0 fixes - Håkan Hjort <d95hjort@dtek.chalmers.se> - Solaris output, mlib code + HÃ¥kan Hjort <d95hjort@dtek.chalmers.se> - Solaris output, mlib code Charles M. Hannum <root@ihack.net> - fixes Chris Hodges <hodges@stradis.com> - made the library reentrant 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 77a2e88..595f69f 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) return n; case EXT_FILL_DATA: /* fill_nibble = */ faad_getbits(ld, 4 - DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ + DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ for (i = 0; i < count-1; i++) { /* fill_byte[i] = */ faad_getbits(ld, 8 - DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ + DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ } return count; case EXT_DATA_ELEMENT: diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index 2f7a4f4..ad53ecd 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 Björn Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. |