We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19703b1 + 8606e6b commit 68ecb32Copy full SHA for 68ecb32
media/libstagefright/codecs/aacenc/src/adj_thr.c
@@ -20,13 +20,16 @@
20
21
*******************************************************************************/
22
23
+/* Include system headers before local headers - the local headers
24
+ * redefine __inline, which can mess up definitions in libc headers if
25
+ * they happen to use __inline. */
26
+#include <string.h>
27
#include "basic_op.h"
28
#include "oper_32b.h"
29
#include "adj_thr_data.h"
30
#include "adj_thr.h"
31
#include "qc_data.h"
32
#include "line_pe.h"
-#include <string.h>
33
34
35
#define minSnrLimit 0x6666 /* 1 dB */
0 commit comments