X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_common.c;h=ca29607a1753e243d8d2f627842776e57af7ce2e;hp=fda6346011c5aae30c6ede3fc0f8347ef838e161;hb=027f2c1237051d2d569d6be7f381c886f659bac3;hpb=002731cd3938f3be6b71651e56c062af1adcdec0 diff --git a/aac_common.c b/aac_common.c index fda63460..ca29607a 100644 --- a/aac_common.c +++ b/aac_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,15 +8,16 @@ * Ahead Software AG */ -/** \file aac_common.c common functions of aac_afh and aadcec */ +/** \file aac_common.c Common functions of aac_afh and aadcec. */ #include "para.h" #include "aac.h" #include "error.h" /** - * get a new libfaad decoder handle + * Get a new libfaad decoder handle. * + * \return The handle returned by NeAACDecOpen(). */ NeAACDecHandle aac_open(void) { @@ -28,7 +29,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) {