summaryrefslogtreecommitdiff
path: root/apps/codecs/raac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/raac.c')
-rw-r--r--apps/codecs/raac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/raac.c b/apps/codecs/raac.c
index cfc5b4a460..db113b3494 100644
--- a/apps/codecs/raac.c
+++ b/apps/codecs/raac.c
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: aac.c 19743 2009-01-10 21:10:56Z zagor $ 8 * $Id:$
9 * 9 *
10 * Copyright (C) 2009 Mohamed Tarek 10 * Copyright (C) 2009 Mohamed Tarek
11 * 11 *
@@ -27,7 +27,7 @@
27#include "libfaad/output.h" 27#include "libfaad/output.h"
28 28
29CODEC_HEADER 29CODEC_HEADER
30#define DATA_HEADER_SIZE 18 30
31static void init_rm(RMContext *rmctx) 31static void init_rm(RMContext *rmctx)
32{ 32{
33 memcpy(rmctx, (void*)(( (intptr_t)ci->id3->id3v2buf + 3 ) &~ 3), sizeof(RMContext)); 33 memcpy(rmctx, (void*)(( (intptr_t)ci->id3->id3v2buf + 3 ) &~ 3), sizeof(RMContext));