gcrypt: Fix return value of pad_oaep().
[paraslash.git] / aac_common.c
index 290622edb27cf3a0949395881d4b3e01ba5266d9..9e46a77ca27af1e2b433b5bf68ad4cac61878226 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -15,8 +15,9 @@
 #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)
 {