projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Kill afhi->header_offset.
[paraslash.git]
/
aac_afh.c
diff --git
a/aac_afh.c
b/aac_afh.c
index
68f17c2
..
94b0f8b
100644
(file)
--- a/
aac_afh.c
+++ b/
aac_afh.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2006-20
08
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-20
11
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.
*/
@@
-10,13
+10,12
@@
/** \file aac_afh.c para_server's aac audio format handler */
/** \file aac_afh.c para_server's aac audio format handler */
-#include <osl.h>
+#include <regex.h>
+
#include "para.h"
#include "error.h"
#include "para.h"
#include "error.h"
-#include "string.h"
#include "afh.h"
#include "afh.h"
-#include "afs.h"
-#include "server.h"
+#include "string.h"
#include "aac.h"
static int aac_find_stsz(unsigned char *buf, size_t buflen, off_t *skip)
#include "aac.h"
static int aac_find_stsz(unsigned char *buf, size_t buflen, off_t *skip)