X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_common.c;h=fe9b7295f55cc7614278669c670f3bec39827347;hp=2235236c428f8c08a5cae42cc787ccf0905c8816;hb=56d75bd90d78cf44cd3984ce2a45627ef5646d38;hpb=ce6b826b855d3760324a46d0687ddb4a110aa890 diff --git a/aac_common.c b/aac_common.c index 2235236c..fe9b7295 100644 --- a/aac_common.c +++ b/aac_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006 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) {