Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237fa190 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 68ecb32e: Merge "stagefright aacenc: Move system headers before local headers"

* commit '68ecb32e':
  stagefright aacenc: Move system headers before local headers
parents 80d21f2f 68ecb32e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -20,13 +20,16 @@

*******************************************************************************/

/* Include system headers before local headers - the local headers
 * redefine __inline, which can mess up definitions in libc headers if
 * they happen to use __inline. */
#include <string.h>
#include "basic_op.h"
#include "oper_32b.h"
#include "adj_thr_data.h"
#include "adj_thr.h"
#include "qc_data.h"
#include "line_pe.h"
#include <string.h>


#define  minSnrLimit    0x6666 /* 1 dB */