projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move send_buffer() and send_va_buffer() from net.c to fd.c.
[paraslash.git]
/
aac_common.c
diff --git
a/aac_common.c
b/aac_common.c
index 68c3c89b58d03e452fa8aa1b10cf642e616714c7..74a427a47c12a5ac7419a41ab53c9bc728775df0 100644
(file)
--- a/
aac_common.c
+++ b/
aac_common.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2006-201
0
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-201
2
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-8,15
+8,16
@@
* Ahead Software AG
*/
* 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"
/**
#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)
{
*/
NeAACDecHandle aac_open(void)
{