summaryrefslogtreecommitdiff
path: root/apps/codecs/aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aac.c')
-rw-r--r--apps/codecs/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index 84f2a90625..ddaa07c645 100644
--- a/apps/codecs/aac.c
+++ b/apps/codecs/aac.c
@@ -146,7 +146,7 @@ enum codec_status codec_start(struct codec_api* api)
146 } 146 }
147 147
148 /* Request the required number of bytes from the input buffer */ 148 /* Request the required number of bytes from the input buffer */
149 buffer=ci->request_buffer((long*)&n,sample_byte_size); 149 buffer=ci->request_buffer(&n,sample_byte_size);
150 150
151 /* Decode one block - returned samples will be host-endian */ 151 /* Decode one block - returned samples will be host-endian */
152 rb->yield(); 152 rb->yield();