X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_common.c;h=2235236c428f8c08a5cae42cc787ccf0905c8816;hp=fda6346011c5aae30c6ede3fc0f8347ef838e161;hb=5587494468627e20fe622b6055689717262d09ab;hpb=6bdac07456cb5872f824028912d1049883a9c21f diff --git a/aac_common.c b/aac_common.c index fda63460..2235236c 100644 --- a/aac_common.c +++ b/aac_common.c @@ -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) {