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

Commit 68ecb32e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "stagefright aacenc: Move system headers before local headers"

parents 19703b13 8606e6b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line 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 "basic_op.h"
#include "oper_32b.h"
#include "oper_32b.h"
#include "adj_thr_data.h"
#include "adj_thr_data.h"
#include "adj_thr.h"
#include "adj_thr.h"
#include "qc_data.h"
#include "qc_data.h"
#include "line_pe.h"
#include "line_pe.h"
#include <string.h>




#define  minSnrLimit    0x6666 /* 1 dB */
#define  minSnrLimit    0x6666 /* 1 dB */