Update opus to 1.3.1 and opusfile to 0.11

This commit is contained in:
unknown
2019-11-02 11:59:07 -05:00
committed by Jonathan Mannancheril
parent 8570b9b0c2
commit e00426c512
225 changed files with 10458 additions and 6917 deletions
-8
View File
@@ -36,14 +36,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "opus_defines.h"
#include "arch.h"
#if OPUS_GNUC_PREREQ(3, 0)
#define opus_likely(x) (__builtin_expect(!!(x), 1))
#define opus_unlikely(x) (__builtin_expect(!!(x), 0))
#else
#define opus_likely(x) (!!(x))
#define opus_unlikely(x) (!!(x))
#endif
/* This is an OPUS_INLINE header file for general platform. */
/* (a32 * (opus_int32)((opus_int16)(b32))) >> 16 output have to be 32bit int */