X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_common.c;h=68c3c89b58d03e452fa8aa1b10cf642e616714c7;hp=290622edb27cf3a0949395881d4b3e01ba5266d9;hb=b0fe6d882dd35b01360a66e130d6714aff7b6a0d;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/aac_common.c b/aac_common.c index 290622ed..68c3c89b 100644 --- a/aac_common.c +++ b/aac_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -28,7 +28,7 @@ NeAACDecHandle aac_open(void) c->downMatrix = 0; NeAACDecSetConfiguration(h, c); return h; -}; +} static unsigned long aac_read_decoder_length(unsigned char *buf, int *description_len) {