Update opus to 1.3.1 and opusfile to 0.11
This commit is contained in:
parent
8570b9b0c2
commit
e00426c512
225 changed files with 10458 additions and 6917 deletions
4
thirdparty/opus/silk/resampler_down2.c
vendored
4
thirdparty/opus/silk/resampler_down2.c
vendored
|
|
@ -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++ ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue