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

View file

@ -43,8 +43,8 @@ void silk_resampler_down2(
opus_int32 k, len2 = silk_RSHIFT32( inLen, 1 );
opus_int32 in32, out32, Y, X;
silk_assert( silk_resampler_down2_0 > 0 );
silk_assert( silk_resampler_down2_1 < 0 );
celt_assert( silk_resampler_down2_0 > 0 );
celt_assert( silk_resampler_down2_1 < 0 );
/* Internal variables and state are in Q10 format */
for( k = 0; k < len2; k++ ) {