X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_common.c;h=14662fddecec4b989a2c828959167b23c07e485c;hp=fda6346011c5aae30c6ede3fc0f8347ef838e161;hb=fa578bf1d070161cafcbcc69ca7b810414ee1a4b;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/aac_common.c b/aac_common.c index fda63460..14662fdd 100644 --- a/aac_common.c +++ b/aac_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2011 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) {