diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-08-22 19:54:17 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-08-22 19:54:17 +0000 |
| commit | 8b5f3cabcc122e7b97799a9358c3ad3481405151 (patch) | |
| tree | 93ca378a9c850298a7f919b1be1ed2ddbe32a1c7 /apps | |
| parent | ca47ed6cba3fe022a467a9357e674f3860f5e138 (diff) | |
| download | rockbox-8b5f3cabcc122e7b97799a9358c3ad3481405151.zip rockbox-8b5f3cabcc122e7b97799a9358c3ad3481405151.tar.gz rockbox-8b5f3cabcc122e7b97799a9358c3ad3481405151.tar.bz2 rockbox-8b5f3cabcc122e7b97799a9358c3ad3481405151.tar.xz | |
forgot comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27858 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/libtremor/floor1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libtremor/floor1.c b/apps/codecs/libtremor/floor1.c index 21bae28..1ea7ee9 100644 --- a/apps/codecs/libtremor/floor1.c +++ b/apps/codecs/libtremor/floor1.c @@ -274,6 +274,7 @@ static const ogg_int32_t FLOOR_fromdB_LOOKUP[256] ICONST_ATTR = { XdB(0x69f80e9a), XdB(0x70dafda8), XdB(0x78307d76), XdB(0x7fffffff), }; +/* render_line and friend taken from ffmpeg (libavcodec/vorbis.c) */ static inline void render_line_unrolled(int x, int y, int x1, int sy, int ady, int adx, ogg_int32_t *buf) |