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

Commit a4419420 authored by Martin Storsjo's avatar Martin Storsjo Committed by Android Git Automerger
Browse files

am b5325c8a: stagefright aacenc: Move system headers before local headers

* commit 'b5325c8a':
  stagefright aacenc: Move system headers before local headers
parents 50581b20 b5325c8a
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 */