You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libavcodec/mips/aacsbr_mips: fix ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -488,7 +488,7 @@ static void sbr_hf_inverse_filter_mips(SBRDSPContext *dsp,
|
|||||||
{
|
{
|
||||||
int k;
|
int k;
|
||||||
float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, c;
|
float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, c;
|
||||||
float *phi1, *alpha_1, *alpha_0, res1, res2, temp_real, temp_im;;
|
float *phi1, *alpha_1, *alpha_0, res1, res2, temp_real, temp_im;
|
||||||
|
|
||||||
c = 1.000001f;
|
c = 1.000001f;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user